From 8f562d3a953ea44820ced27d2b78036c4d47801a Mon Sep 17 00:00:00 2001 From: "Norton T. Allen" Date: Mon, 9 Jul 2001 13:16:15 -0400 Subject: [PATCH] Message-Id: <200107092116.RAA12010@bottesini.harvard.edu> p4raw-id: //depot/perl@11245 --- ext/File/Glob/t/basic.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/File/Glob/t/basic.t b/ext/File/Glob/t/basic.t index 3c931e7..fe844b2 100755 --- a/ext/File/Glob/t/basic.t +++ b/ext/File/Glob/t/basic.t @@ -84,7 +84,7 @@ if ($^O eq 'mpeix' or $^O eq 'MSWin32' or $^O eq 'NetWare' or $^O eq 'os2' or $^ print "ok 6 # skipped\n"; } else { - $dir = "pteerslt"; + $dir = "pteerslo"; mkdir $dir, 0; @a = bsd_glob("$dir/*", GLOB_ERR); #print "\@a = ", array(@a); @@ -132,8 +132,8 @@ unless ($^O eq "MacOS" || (@a == 1 and $a[0] eq $ENV{HOME})) { print "ok 9\n"; # GLOB_ALPHASORT (default) should sort alphabetically regardless of case -mkdir "pteerslt", 0777; -chdir "pteerslt"; +mkdir "pteerslo", 0777; +chdir "pteerslo"; @f_names = qw(Ax.pl Bx.pl Cx.pl aY.pl bY.pl cY.pl); @f_alpha = qw(Ax.pl aY.pl Bx.pl bY.pl Cx.pl cY.pl); @@ -172,4 +172,4 @@ print $ok ? "ok 11\n" : "not ok 11\n"; unlink @f_names; chdir ".."; -rmdir "pteerslt"; +rmdir "pteerslo"; -- 2.7.4