diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:46:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:46:37 +0000 |
commit | 775dc07eb52738c4081240ceff2fd2a76049ca23 (patch) | |
tree | 3e3a45421edc19a0f26825029da98d0807e5658a /tests | |
parent | a652db18bdf316257ce93881c1012c457fe5e9e3 (diff) |
no name no test
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index a3e2f6c9b..7249f8b07 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -442,7 +442,7 @@ sub singletest { # name of the test open(N, "<$TESTDIR/name$NUMBER.txt") || - print "** Couldn't read name on test $NUMBER\n"; + return -1; # not a test my $DESC=<N>; close(N); $DESC =~ s/[\r\n]//g; |