summaryrefslogtreecommitdiff
path: root/os2/OS2/REXX/t/rx_vrexx.t
diff options
context:
space:
mode:
Diffstat (limited to 'os2/OS2/REXX/t/rx_vrexx.t')
-rw-r--r--os2/OS2/REXX/t/rx_vrexx.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/REXX/t/rx_vrexx.t b/os2/OS2/REXX/t/rx_vrexx.t
index 04ca6636db..b0621f4e22 100644
--- a/os2/OS2/REXX/t/rx_vrexx.t
+++ b/os2/OS2/REXX/t/rx_vrexx.t
@@ -18,7 +18,7 @@ foreach $dir (split(';', $path)) {
print "# found at `$found'\n";
last;
}
-$found or die "1..0\n#Cannot find $name.DLL\n";
+$found or print "1..0 # skipped: cannot find $name.DLL\n" and exit;
print "1..10\n";