diff options
Diffstat (limited to 't/op/exec.t')
-rwxr-xr-x | t/op/exec.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/exec.t b/t/op/exec.t index ed5b2b6116..c23364b29d 100755 --- a/t/op/exec.t +++ b/t/op/exec.t @@ -1,6 +1,6 @@ #!./perl -BEGIN: { +BEGIN { chdir 't' if -d 't'; @INC = ('../lib'); require './test.pl'; |