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