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