summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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