diff options
author | Ben Kibbey <[email protected]> | 2015-08-15 00:56:14 +0000 |
---|---|---|
committer | Ben Kibbey <[email protected]> | 2015-08-15 00:56:14 +0000 |
commit | aa89252256fc87d637d3793a1fabdbee207967a4 (patch) | |
tree | b5a325d3120370417498981db36cc3c1b3293cae /tests/gpgsm/initial.test | |
parent | Parse the INQUIRE_MAXLEN status message. (diff) | |
parent | Also check the return code in gpg_sign(). (diff) | |
download | gpgme-bjk/passphrase-inquire.tar.gz gpgme-bjk/passphrase-inquire.zip |
Merge branch 'master' into passphrase-inquirebjk/passphrase-inquire
Diffstat (limited to 'tests/gpgsm/initial.test')
-rwxr-xr-x | tests/gpgsm/initial.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gpgsm/initial.test b/tests/gpgsm/initial.test new file mode 100755 index 00000000..93c8621a --- /dev/null +++ b/tests/gpgsm/initial.test @@ -0,0 +1,4 @@ +#!/bin/sh + +${top_srcdir}/tests/start-stop-agent --start +exit 0 |