summaryrefslogtreecommitdiff
path: root/tests/openpgp/armor.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/armor.test')
-rwxr-xr-xtests/openpgp/armor.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/openpgp/armor.test b/tests/openpgp/armor.test
index cb3c892..ce5939c 100755
--- a/tests/openpgp/armor.test
+++ b/tests/openpgp/armor.test
@@ -755,10 +755,9 @@ $GPG --import x || true
i=nopad_armored_msg
info "checking: $i"
eval "(IFS=; echo \"\$$i\")" >x
-if echo "abc" | $GPG --passphrase-fd 0 -o - x > /dev/null ; then
+if $GPG -o - x > /dev/null ; then
:
else
error "bug#1179 is back in town"
fi
-