From 2370c64a10924046d382f5205af3fcdaf0269959 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sat, 9 Jan 2016 01:24:20 +0000 Subject: tests: include part of wc-files0.sh skipped by mistake * tests/misc/wc-files0.sh: $fail is always set to 0, so correct the test to include that part of the test case. --- tests/misc/wc-files0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/wc-files0.sh b/tests/misc/wc-files0.sh index 4562e6a4e..12b7d6afe 100755 --- a/tests/misc/wc-files0.sh +++ b/tests/misc/wc-files0.sh @@ -33,7 +33,7 @@ EOF compare exp out || fail=1 -if test "$fail" = ''; then +if ! test "$fail" = 1; then # Repeat the above test, but read the file name list from stdin. rm -f out wc --files0-from=- < names > out || fail=1 -- cgit v1.2.3-54-g00ecf