summaryrefslogtreecommitdiff
path: root/tests/slow/override-ciphers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/slow/override-ciphers')
-rwxr-xr-xtests/slow/override-ciphers5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/slow/override-ciphers b/tests/slow/override-ciphers
index 2a87b7655f..3c00e5be3e 100755
--- a/tests/slow/override-ciphers
+++ b/tests/slow/override-ciphers
@@ -26,6 +26,11 @@ if ! test -z "${VALGRIND}"; then
fi
PROG=./cipher-override${EXEEXT}
+# we are explicitly unsetting this variable, because we want
+# the "production" checks to be triggered, not the ones in the
+# test suite.
+
+unset GNUTLS_TEST_SUITE_RUN
GNUTLS_NO_EXPLICIT_INIT=1 ${VALGRIND} ${PROG}
ret=$?
if test $ret != 0; then