summaryrefslogtreecommitdiff
path: root/tests/cert-tests/crl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/crl')
-rwxr-xr-xtests/cert-tests/crl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/crl b/tests/cert-tests/crl
index 15fa44b844..bea0c5237e 100755
--- a/tests/cert-tests/crl
+++ b/tests/cert-tests/crl
@@ -55,7 +55,7 @@ if test "${rc}" != "0"; then
exit ${rc}
fi
-${VALGRIND} "${CERTTOOL}" --crl-info --infile ${OUTFILE} --no-text >${TMP2FILE}
+${VALGRIND} "${CERTTOOL}" --crl-info --infile ${OUTFILE} --no-text --outfile ${TMP2FILE}
rc=$?
if test "${rc}" != "0"; then