summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-03 10:40:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-03 11:02:29 +0200
commit996e6b1a7d633c1ced04a8271b95c3a7fbc2e111 (patch)
tree6f1345b32e643a75d8a37a302b1f2889117d6f9a
parent98c4dbbf6d01a993fe32ab46cfc49e55534eb953 (diff)
downloadgnutls_3_3_x-shared-runners.tar.gz
tests: don't run overflow tests on archs which failgnutls_3_3_x-shared-runners
This addresses a CI failure on x86.
-rwxr-xr-xtests/cert-tests/template-test5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/cert-tests/template-test b/tests/cert-tests/template-test
index 4a3e38284b..8bbc9115a0 100755
--- a/tests/cert-tests/template-test
+++ b/tests/cert-tests/template-test
@@ -150,7 +150,6 @@ if test "$rc" != "0"; then
fi
rm -f tmp-tt.pem
-fi
rc=1
counter=1
@@ -175,6 +174,7 @@ if test "$rc" != "0"; then
fi
rm -f tmp-tt.pem
+fi
rc=1
counter=1
@@ -227,6 +227,8 @@ fi
rm -f tmp-tt.pem
# Test the GeneralizedTime support
+if test "$(getconf LONG_BIT)" = "64"; then
+
rc=1
counter=1
@@ -253,5 +255,6 @@ fi
rm -f tmp-tt.pem
+fi
exit 0