summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/pkcs12_neon3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pkcs12_neon b/tests/pkcs12_neon
index 6aa5983dbe..69b86ad742 100755
--- a/tests/pkcs12_neon
+++ b/tests/pkcs12_neon
@@ -27,7 +27,8 @@ for p12 in 'client.p12 foobar' noclient.p12 unclient.p12; do
set -- $p12
file=$1
passwd=$2
- $CERTTOOL --p12-info --inder --password "$passwd" --infile $file > out 2>&1
+ $CERTTOOL --p12-info --inder --password "$passwd"
+ --infile $srcdir/$file > out 2>&1
rc=$?
if test $rc != 0; then
echo "NEON PKCS12 FATAL $p12"