55 |
test -s ERR |
test -s ERR |
56 |
diff --strip-trailing-cr exclude-requires-argument.expected.err ERR |
diff --strip-trailing-cr exclude-requires-argument.expected.err ERR |
57 |
|
|
58 |
|
$VALGRIND jscoverage --encoding > OUT 2> ERR && exit 1 |
59 |
|
test ! -s OUT |
60 |
|
test -s ERR |
61 |
|
diff --strip-trailing-cr encoding-requires-argument.expected.err ERR |
62 |
|
|
63 |
# first arg does not exist |
# first arg does not exist |
64 |
rm -f foo |
rm -f foo |
65 |
$VALGRIND jscoverage foo bar > OUT 2> ERR && exit 1 |
$VALGRIND jscoverage foo bar > OUT 2> ERR && exit 1 |