summaryrefslogtreecommitdiff
path: root/t/op/exec.t
diff options
context:
space:
mode:
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';