From: Jarkko Hietaniemi Date: Wed, 26 Sep 2001 13:02:07 +0000 (+0000) Subject: Manual integration error in #12235. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0bad50db39116e5a02ec9776c186ce3ee09a9b2d;p=p5sagit%2Fp5-mst-13.2.git Manual integration error in #12235. p4raw-id: //depot/perl@12237 --- diff --git a/lib/File/DosGlob.t b/lib/File/DosGlob.t index d55c00e..4017fab 100755 --- a/lib/File/DosGlob.t +++ b/lib/File/DosGlob.t @@ -17,9 +17,9 @@ use File::DosGlob 'glob'; # test if $_ takes as the default my $expected; if ($^O eq 'MacOS') { - $expected = $_ = ":lib:a*.t"; + $expected = $_ = ":op:a*.t"; } else { - $expected = $_ = "lib/a*.t"; + $expected = $_ = "op/a*.t"; } $_ = "op/a*.t"; my @r = glob;