aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/openpgp/defs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index f3eccd940..75c66b52c 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -216,7 +216,7 @@
(tr:spawn input `(,@GPG --output **out** ,@args **in**)))
(define (pipe:gpg args)
- (pipe:spawn `(,@GPG --output - ,@args -)))
+ (pipe:spawn `(,@GPG --output - ,@args)))
(define (gpg-with-colons args)
(let ((s (call-popen `(,@GPG --with-colons ,@args) "")))