summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-06-27 12:09:29 +0000
committerSimon Josefsson <simon@josefsson.org>2005-06-27 12:09:29 +0000
commitd805dd422e547ac3f9f8bc6dfe7637757474973d (patch)
tree536093a225663e075e4e675171beb03aa9846028
parent591ce1ec9f13ffa6d7da621e90b87b32bbd135f1 (diff)
downloadgnutls-d805dd422e547ac3f9f8bc6dfe7637757474973d.tar.gz
Fix.
-rwxr-xr-xtests/pkcs12_neon2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkcs12_neon b/tests/pkcs12_neon
index 69b86ad742..55a33a480a 100755
--- a/tests/pkcs12_neon
+++ b/tests/pkcs12_neon
@@ -27,7 +27,7 @@ for p12 in 'client.p12 foobar' noclient.p12 unclient.p12; do
set -- $p12
file=$1
passwd=$2
- $CERTTOOL --p12-info --inder --password "$passwd"
+ $CERTTOOL --p12-info --inder --password "$passwd" \
--infile $srcdir/$file > out 2>&1
rc=$?
if test $rc != 0; then