about summary refs log tree commit diff
path: root/sysdeps/x86_64/tst-shstk-legacy-1g.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/tst-shstk-legacy-1g.sh')
-rwxr-xr-xsysdeps/x86_64/tst-shstk-legacy-1g.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/tst-shstk-legacy-1g.sh b/sysdeps/x86_64/tst-shstk-legacy-1g.sh
index e84087068e..249831e816 100755
--- a/sysdeps/x86_64/tst-shstk-legacy-1g.sh
+++ b/sysdeps/x86_64/tst-shstk-legacy-1g.sh
@@ -28,7 +28,7 @@ ${test_program_prefix} \
 status=$?
 if test $status -eq 77; then
   exit 77
-elif test $status == 139; then
+elif test $status -eq 139; then
   exit 0
 else
   exit 1