Commit ca5846cd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

catch silly mistakes better

parent 8547ab16
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
    }