diff options
Diffstat (limited to 'cpan/Test-Harness')
-rw-r--r-- | cpan/Test-Harness/t/testargs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Harness/t/testargs.t b/cpan/Test-Harness/t/testargs.t index cfbdd584c4..4fba59180a 100644 --- a/cpan/Test-Harness/t/testargs.t +++ b/cpan/Test-Harness/t/testargs.t @@ -59,7 +59,7 @@ sub make_shell_test { print $sh "#!$shell\n\n"; print $sh "$^X '$test' \$*\n"; } - chmod 0777, $script; + chmod 0775, $script; return unless -x $script; return [ shell => $script ]; } |