--- trunk/tests/fatal.sh 2008/05/05 20:05:27 87 +++ trunk/tests/fatal.sh 2008/10/03 02:28:50 226 @@ -55,6 +55,11 @@ test -s ERR diff --strip-trailing-cr exclude-requires-argument.expected.err ERR +$VALGRIND jscoverage --encoding > OUT 2> ERR && exit 1 +test ! -s OUT +test -s ERR +diff --strip-trailing-cr encoding-requires-argument.expected.err ERR + # first arg does not exist rm -f foo $VALGRIND jscoverage foo bar > OUT 2> ERR && exit 1