diff options
author | Steve Hay <SteveHay@planit.com> | 2007-04-17 17:12:23 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-04-17 17:12:23 +0000 |
commit | 853410bbff95d30ba0da3d8e67ff170157fce807 (patch) | |
tree | 1c1f0ca57848420c9012b4caab02b49819cf6ede /t/op/exec.t | |
parent | 6a4d57af77741d18e3b216914b61b40c34718dfc (diff) | |
download | perl-853410bbff95d30ba0da3d8e67ff170157fce807.tar.gz |
These test scripts probably wanted BEGIN blocks,
not just blocks with "BEGIN:" labels.
p4raw-id: //depot/perl@30971
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'; |