Update of /cvsroot/fink/fink/t/CLI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29427/t/CLI
Modified Files:
ChangeLog capture.t
Log Message:
prototype fix
Index: capture.t
===================================================================
RCS file: /cvsroot/fink/fink/t/CLI/capture.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- capture.t 21 Mar 2006 19:20:54 -0000 1.1
+++ capture.t 21 Mar 2006 20:53:26 -0000 1.2
@@ -10,7 +10,7 @@
# too many args
{
my ($out, $err, $extra);
- eval { capture { print "not ok\n" } \$out, \$err, \$extra };
+ eval 'capture { print "not ok\n" } \$out, \$err, \$extra';
ok($@, "too many args - is an error");
is($out, undef, "too many args - no output");
is($err, undef, "too many args - no err output");
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/t/CLI/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog 21 Mar 2006 19:20:54 -0000 1.1
+++ ChangeLog 21 Mar 2006 20:53:26 -0000 1.2
@@ -1,4 +1,8 @@
2006-03-21 Dave Vasilevsky <[EMAIL PROTECTED]>
+ * capture.t: Make 'too many args' test compile at runtime.
+
+2006-03-21 Dave Vasilevsky <[EMAIL PROTECTED]>
+
* NEW DIRECTORY: Test Fink::CLI.
* capture.t: Test Fink::CLI::capture.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits