From 996e6b1a7d633c1ced04a8271b95c3a7fbc2e111 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 3 Sep 2016 10:40:43 +0200 Subject: tests: don't run overflow tests on archs which fail This addresses a CI failure on x86. --- tests/cert-tests/template-test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1