[svn:parrot] r38781 - trunk/t/op
coke at svn.parrot.org
coke at svn.parrot.org
Fri May 15 00:35:51 UTC 2009
Author: coke
Date: Fri May 15 00:35:50 2009
New Revision: 38781
URL: https://trac.parrot.org/parrot/changeset/38781
Log:
[t] This test passes on darwin.
Modified:
trunk/t/op/io.t
Modified: trunk/t/op/io.t
==============================================================================
--- trunk/t/op/io.t Thu May 14 22:34:57 2009 (r38780)
+++ trunk/t/op/io.t Fri May 15 00:35:50 2009 (r38781)
@@ -52,7 +52,7 @@
OUTPUT
TODO: {
-local $TODO = 'Testing' unless $^O =~ /linux/;
+local $TODO = 'Testing' unless $^O =~ /linux|darwin/;
pir_output_like( <<'CODE', <<'OUTPUT', 'open pipe for reading' );
.include 'iglobals.pasm'
More information about the parrot-commits
mailing list