cvsuser 03/09/18 23:44:57
Modified: t/pmc io.t
Log:
Maybe I'll leave this unskipped for now. If it isn't fixed by the time
I want to wrap up 0.0.11, I'll skip it again.
Revision Changes Path
1.16 +2 -1 parrot/t/pmc/io.t
Index: io.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/io.t,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -r1.15 -r1.16
--- io.t 19 Sep 2003 06:14:49 -0000 1.15
+++ io.t 19 Sep 2003 06:44:57 -0000 1.16
@@ -106,7 +106,8 @@
OUTPUT
SKIP: {
- skip ("read routines currently crash on bad input", 1);
+ skip ("read routines currently crash on bad input", 1)
+ unless "hoping that someone will fix this before 0.0.11";
unlink "no_such_file" if (-e "no_such_file");