diff options
Diffstat (limited to 'tests/openpgp/setup.scm')
-rwxr-xr-x | tests/openpgp/setup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/setup.scm b/tests/openpgp/setup.scm index d2e125e4e..fc0615fc8 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.scm @@ -20,7 +20,7 @@ (load (with-path "defs.scm")) (unless (member "--create-tarball" *args*) - (error "Usage: setup.scm --create-tarball <file>")) + (fail "Usage: setup.scm --create-tarball <file>")) (with-temporary-working-directory (setenv "GNUPGHOME" (getcwd) #t) |