summaryrefslogtreecommitdiff
path: root/tests/helin-segv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helin-segv')
-rwxr-xr-xtests/helin-segv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helin-segv b/tests/helin-segv
index 92c4ab4..22c79db 100755
--- a/tests/helin-segv
+++ b/tests/helin-segv
@@ -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