diff options
Diffstat (limited to 'tests/gpg/initial.test')
-rwxr-xr-x | tests/gpg/initial.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gpg/initial.test b/tests/gpg/initial.test new file mode 100755 index 00000000..1981c99d --- /dev/null +++ b/tests/gpg/initial.test @@ -0,0 +1,4 @@ +#!/bin/sh + +${srcdir}/start-stop-agent --start +exit 0 |