chiark / gitweb /
test suite: gnupg workaround: Remove a sprurious $tmp
[dgit.git] / tests / tstunt / gpg
index d71aa63f359d601081ef215188ef69d5cc09f120..79d8319929719c46777e841c54c54bbd654c9591 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-exec                                                   \
-$DGIT_TEST_REAL_GPG                                    \
-       --agent-program=$DGIT_STUNT_AGENT               \
-       "$@"
+
+exec \
+with-lock-ex -w "$DGIT_TEST_GNUPG_GLOBAL_LOCK" \
+       "$DGIT_TEST_TROOT"/tstunt/gpg-withagent "$@"