Portability tweak.
Jarkko Hietaniemi [Tue, 9 Apr 2002 11:51:36 +0000 (11:51 +0000)]
p4raw-id: //depot/perl@15825

lib/File/CheckTree.t

index 58cca3a..ae5a311 100755 (executable)
@@ -18,7 +18,7 @@ use File::Spec;          # used to get absolute paths
 # Will move up one level to make it easier to generate
 # reliable pathnames for testing File::CheckTree
 
-chdir('..') or die "cannot change to parent of t/ directory: $!";
+chdir(File::Spec->updir) or die "cannot change to parent of t/ directory: $!";
 
 
 #### TEST 1 -- No warnings ####