summaryrefslogtreecommitdiff
path: root/t/op/exec.t
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-04-17 17:12:23 +0000
committerSteve Hay <SteveHay@planit.com>2007-04-17 17:12:23 +0000
commit853410bbff95d30ba0da3d8e67ff170157fce807 (patch)
tree1c1f0ca57848420c9012b4caab02b49819cf6ede /t/op/exec.t
parent6a4d57af77741d18e3b216914b61b40c34718dfc (diff)
downloadperl-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-xt/op/exec.t2
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';