cvsuser 03/07/28 11:22:54
Modified: t/pmc io.t
Log:
skip io clone
Revision Changes Path
1.6 +3 -0 parrot/t/pmc/io.t
Index: io.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/io.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- io.t 9 Jul 2003 19:27:05 -0000 1.5
+++ io.t 28 Jul 2003 18:22:54 -0000 1.6
@@ -100,6 +100,8 @@
ok 6
OUTPUT
+SKIP: {
+ skip "clone not finished yet", 1
output_is(<<'CODE', <<'OUTPUT', "clone");
open P0, "temp.file", "<"
clone P1, P0
@@ -109,6 +111,7 @@
CODE
a line
OUTPUT
+}
# It would be very embarrassing if these didnt work...
open FOO, ">temp.file";