summaryrefslogtreecommitdiff
path: root/t/op/do.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/do.t')
-rw-r--r--t/op/do.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/do.t b/t/op/do.t
index 012166e95c..49c0de33a4 100644
--- a/t/op/do.t
+++ b/t/op/do.t
@@ -1,7 +1,7 @@
#!./perl -w
BEGIN {
- chdir 't';
+ chdir 't' if -d 't';
@INC = '../lib';
require './test.pl';
}