summaryrefslogtreecommitdiff
path: root/tests/run_test.pl
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-27 23:46:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-27 23:46:49 +0000
commitcbb37b7d3d5d0911c8858bb328bdd9a17b5bb52e (patch)
tree09ac037e889786a2a422b1f500905ea48ed09b41 /tests/run_test.pl
parent485021d6c4697c760a4c87a1321dc6f5481b4e32 (diff)
downloadATCD-cbb37b7d3d5d0911c8858bb328bdd9a17b5bb52e.tar.gz
ChangeLogTag: Mon Nov 27 17:44:52 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'tests/run_test.pl')
-rwxr-xr-xtests/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run_test.pl b/tests/run_test.pl
index 3a1c44a903f..94501eca30c 100755
--- a/tests/run_test.pl
+++ b/tests/run_test.pl
@@ -15,8 +15,9 @@ if ($^O ne "MSWin32") {
#### it knows about the various test peculiarities.
(my $scriptname = $0) =~ s/run_test.pl/run_tests.sh/;
+
+ warn "$0: $scriptname does not exist!\n" unless -f "$scriptname";
exec "$scriptname";
- die "$0: unable to exec $scriptname\n";
}
use Cwd;