[2/2] runtest: Let the test program handle the lack of a test name.

Rob Shearman robertshearman at gmail.com
Wed Oct 1 05:13:59 CDT 2008


2008/9/30 Dylan Smith <dylan.ah.smith at gmail.com>:
> -exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" "$infile" "$@"
> +exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" $infile $@

It looks like this will cause problems now if $infile contains spaces
or if any of the arguments in $@ contain spaces.

-- 
Rob Shearman



More information about the wine-devel mailing list