summaryrefslogtreecommitdiff
path: root/tests/misc/groups-dash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/groups-dash')
-rwxr-xr-xtests/misc/groups-dash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/groups-dash b/tests/misc/groups-dash
index 711d452e7..b6cf873bd 100755
--- a/tests/misc/groups-dash
+++ b/tests/misc/groups-dash
@@ -27,6 +27,6 @@ echo $? >> out
groups -- none -- > exp 2>&1 && fail=1
echo $? >> exp
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail