diff --git a/tools/runtest b/tools/runtest index 9368ce9..0931b51 100755 --- a/tools/runtest +++ b/tools/runtest @@ -85,9 +85,6 @@ while [ "$#" != 0 ]; do esac shift done - -# we must have found an input file -if [ ! -f "$infile" ]; then usage; fi if [ -z "$program" ]; then # try to autodetect the test program name based on the working directory @@ -132,4 +129,4 @@ export WINETEST_PLATFORM WINETEST_DEBUG # WINETEST_WRAPPER=valgrind # would run the tests under valgrind to look for memory errors. -exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" "$infile" "$@" +exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" $infile $@