We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0e832 commit e82deaeCopy full SHA for e82deae
t/file_which.t
@@ -99,7 +99,7 @@ unless (File::Which::is_vms or File::Which::is_mac or File::Which::is_win ) {
99
local $ENV{PATH} = $ENV{PATH};
100
101
# Where is the test application
102
- my $test_bin = File::Spec->catdir( 'corpus', $^O =~ /^(MSWin32|dos|os2)$/ ? 'test-bin-win' : 'test-bin-unix' );
+ my $test_bin = File::Spec->catdir( 'corpus', ( $^O =~ /^(MSWin32|dos|os2)$/ ? 'test-bin-win' : 'test-bin-unix' ) );
103
ok( -d $test_bin, 'Found test-bin' );
104
105
# Set up for running the test application
0 commit comments