diff options
Diffstat (limited to '')
-rwxr-xr-x | checks/clearsig.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/clearsig.test b/checks/clearsig.test index 99dca45f8..f77fd5db0 100755 --- a/checks/clearsig.test +++ b/checks/clearsig.test @@ -73,7 +73,7 @@ $srcdir/run-gpg --verify x # bash's builtin echo needs the option -e so we use the external one. # ====================================== echo "this is a sig test" >y -/bin/echo " \c" >>y +echo_n " " >>y echo "$usrpass1" | $srcdir/run-gpg --passphrase-fd 0 --clearsign -o x --yes y $srcdir/run-gpg --verify x |