diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-10-31 11:19:47 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-10-31 11:19:47 +0000 |
commit | 21f4e7e5deb9dcacb7ae8fa00f7857b644748023 (patch) | |
tree | d372be502f09883d1c3109e53b5d9c120042fb8e /ext | |
parent | 91d43147e4cecfbf37e858760e10b3a1bf877cd7 (diff) | |
download | perl-21f4e7e5deb9dcacb7ae8fa00f7857b644748023.tar.gz |
Assimilate PathTools 3.01 (File::Spec and Cwd)
p4raw-id: //depot/perl@23443
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Cwd/t/cwd.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Cwd/t/cwd.t b/ext/Cwd/t/cwd.t index fecb39f7e7..2c7624bba5 100644 --- a/ext/Cwd/t/cwd.t +++ b/ext/Cwd/t/cwd.t @@ -20,7 +20,7 @@ my $tests = 24; my $EXTRA_ABSPATH_TESTS = $ENV{PERL_CORE} || $ENV{TEST_PERL_CWD_CODE}; # _perl_abs_path() currently only works when the directory separator # is '/', so don't test it when it won't work. -$EXTRA_ABSPATH_TESTS &= $Config{prefix} =~ m/\//; +$EXTRA_ABSPATH_TESTS &&= $Config{prefix} =~ m/\//; $tests += 3 if $EXTRA_ABSPATH_TESTS; plan tests => $tests; |