summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/lex_utf8.t2
-rw-r--r--t/uni/overload.t2
-rw-r--r--t/uni/readline.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t
index 5ade6208e0..6b155bb0bf 100644
--- a/t/uni/lex_utf8.t
+++ b/t/uni/lex_utf8.t
@@ -5,7 +5,7 @@
BEGIN {
$| = 1;
- chdir 't';
+ chdir 't' if -d 't';
@INC = '../lib';
require './test.pl';
skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
diff --git a/t/uni/overload.t b/t/uni/overload.t
index 0fd8de6455..1ae460ff86 100644
--- a/t/uni/overload.t
+++ b/t/uni/overload.t
@@ -1,7 +1,7 @@
#!perl -w
BEGIN {
- chdir 't';
+ chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
require './test.pl';
diff --git a/t/uni/readline.t b/t/uni/readline.t
index 294262ee1e..c733f69e73 100644
--- a/t/uni/readline.t
+++ b/t/uni/readline.t
@@ -1,7 +1,7 @@
#!./perl
BEGIN {
- chdir 't';
+ chdir 't' if -d 't';
require './test.pl';
set_up_inc('../lib');
}