--- trunk/tests/help.sh 2008/05/05 20:05:27 87 +++ trunk/tests/help.sh 2008/10/30 03:13:23 385 @@ -25,11 +25,11 @@ $VALGRIND jscoverage --help > OUT 2> ERR test -s OUT test ! -s ERR -diff --strip-trailing-cr ../help.txt OUT +diff --strip-trailing-cr ../jscoverage-help.txt OUT $VALGRIND jscoverage -h > OUT 2> ERR test -s OUT test ! -s ERR -diff --strip-trailing-cr ../help.txt OUT +diff --strip-trailing-cr ../jscoverage-help.txt OUT rm -fr OUT ERR