summaryrefslogtreecommitdiffstats
path: root/usr.bin/lastcomm/tests/legacy_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lastcomm/tests/legacy_test.sh')
-rw-r--r--usr.bin/lastcomm/tests/legacy_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/tests/legacy_test.sh b/usr.bin/lastcomm/tests/legacy_test.sh
index 35ef78b..c7da326 100644
--- a/usr.bin/lastcomm/tests/legacy_test.sh
+++ b/usr.bin/lastcomm/tests/legacy_test.sh
@@ -14,7 +14,7 @@ check()
shift
# Remove tty field, which varies between systems.
awk '{$4 = ""; print}' |
- if diff -q - $1
+ if diff -a - $1 >&2
then
echo "ok $NUM"
else
OpenPOWER on IntegriCloud