summaryrefslogtreecommitdiff
path: root/tests/openpgp/sigs.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/sigs.test')
-rwxr-xr-xtests/openpgp/sigs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/sigs.test b/tests/openpgp/sigs.test
index a4bf76c..d6d8898 100755
--- a/tests/openpgp/sigs.test
+++ b/tests/openpgp/sigs.test
@@ -11,7 +11,7 @@
. $srcdir/defs.inc || exit 3
for i in $plain_files $data_files; do
- echo "$usrpass1" | $GPG --passphrase-fd 0 -s -o x --yes $i
+ $GPG -s -o x --yes $i
$GPG -o y --yes x
cmp $i y || error "$i: mismatch"
done