tests: use "compare exp out", not "compare out exp"
[debian/gzip] / tests / helin-segv
index 92c4ab488be1be5b32576b28be35c91c6f950566..22c79db1dc51edc3926f5881707cf88b2983b9c8 100755 (executable)
@@ -26,6 +26,6 @@ printf '\0\0' > exp || framework_failure_
 fail=0
 
 gzip -dc helin.gz > out || fail=1
-compare out exp || fail=1
+compare exp out || fail=1
 
 Exit $fail