summaryrefslogtreecommitdiff
path: root/tests/tstunt/gpg-agent
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 21:04:31 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 21:04:31 +0000
commit127632098e58021e467fb56fa36466785f2cbe55 (patch)
tree65cf53a1342556dc0c31a80477a70c129e2a2e7e /tests/tstunt/gpg-agent
parent15b9a20af82815a4b8f76dd55d2485ee452514cc (diff)
Arrange to pass --debug-quick-random to gpg-agent.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tstunt/gpg-agent')
-rwxr-xr-xtests/tstunt/gpg-agent6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tstunt/gpg-agent b/tests/tstunt/gpg-agent
new file mode 100755
index 0000000..96ae839
--- /dev/null
+++ b/tests/tstunt/gpg-agent
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+exec \
+$DGIT_TEST_REAL_GPG_AGENT \
+ --debug-quick-random \
+ "$@"