Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] t/pmc/os.t 'mkdir' test can fail

0 views
Skip to first unread message

Bob Rogers

unread,
Jan 2, 2006, 10:07:39 PM1/2/06
to perl6-i...@perl.org
. . . depending on where Parrot is located. Mine is in
/usr/src/parrot, so the code expected /usr/xpto/parrot/src instead of
/usr/src/parrot/xpto . . .

-- Bob Rogers
http://rgrjr.dyndns.org/

------------------------------------------------------------------------
index: t/pmc/os.t
===================================================================
--- t/pmc/os.t (revision 10854)
+++ t/pmc/os.t (working copy)
@@ -86,7 +86,7 @@
# Test mkdir

my $xpto = $upcwd;
-$xpto =~ s/src/xpto/;
+$xpto =~ s/src$/xpto/;

pir_output_is(<<'CODE', <<"OUT", "Test mkdir");
.sub main :main

0 new messages