Google グループは Usenet の新規の投稿と購読のサポートを終了しました。過去のコンテンツは引き続き閲覧できます。
Dismiss

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

閲覧: 0 回
最初の未読メッセージにスキップ

Bob Rogers

未読、
2006/01/02 22:07:392006/01/02
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 件