summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 79590c893c..dfe429a546 100755
--- a/t/TEST
+++ b/t/TEST
@@ -14,7 +14,10 @@ if ($ARGV[0] eq '-v') {
chdir 't' if -f 't/TEST';
-die "You need to run \"make test\" first to set things up.\n" unless -e 'perl';
+die "You need to run \"make test\" first to set things up.\n"
+ unless -e 'perl' or -e 'perl.exe';
+
+$ENV{EMXSHELL} = 'sh'; # For OS/2
if ($ARGV[0] eq '') {
@ARGV = split(/[ \n]/,