cvsuser 03/07/23 11:18:56
Modified: t/pmc env.t
Log:
Skip all the tests that we mean to skip
Revision Changes Path
1.4 +1 -2 parrot/t/pmc/env.t
Index: env.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/env.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- env.t 14 Jul 2003 10:32:36 -0000 1.3
+++ env.t 23 Jul 2003 18:18:56 -0000 1.4
@@ -24,7 +24,6 @@
CODE
/hello polly/i
OUT
-}
output_is(<<'CODE', <<OUT, "envs are all the same");
new P0, .Env
@@ -41,7 +40,7 @@
CODE
ok
OUT
-
+}
SKIP: {
skip("no unsetenv", 1) unless $PConfig{"unsetenv"};