catch silly mistakes better

This commit is contained in:
Daniel Stenberg 2006-10-06 21:19:40 +00:00
parent 8547ab1663
commit ca5846cde9
1 changed files with 4 additions and 0 deletions

View File

@ -1394,6 +1394,10 @@ sub singletest {
}
else {
$CMDLINE="$LIBDIR/$tool";
if(! -f $CMDLINE) {
print "The tool set in the test case for this: '$tool' does not exist\n";
return -1;
}
$DBGCURL=$CMDLINE;
}