diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/issue2419.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/issue2419.scm b/tests/openpgp/issue2419.scm index 641fb32b5..1bfabb07f 100755 --- a/tests/openpgp/issue2419.scm +++ b/tests/openpgp/issue2419.scm @@ -25,5 +25,5 @@ (onebyte) (dearmor (in-srcdir "tests" "openpgp" "samplemsgs/issue2419.asc") onebyte) (catch (assert (string-contains? (car *error*) "invalid packet")) - (call-popen `(,@GPG --list-packets ,onebyte) "") + (call-popen `(,@GPG --log-file - --list-packets ,onebyte) "") (fail "Expected an error but got none"))) |