From 127632098e58021e467fb56fa36466785f2cbe55 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Jan 2017 21:04:31 +0000 Subject: Arrange to pass --debug-quick-random to gpg-agent. Signed-off-by: Ian Jackson --- tests/tstunt/gpg | 6 ++++++ tests/tstunt/gpg-agent | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 tests/tstunt/gpg create mode 100755 tests/tstunt/gpg-agent (limited to 'tests/tstunt') diff --git a/tests/tstunt/gpg b/tests/tstunt/gpg new file mode 100755 index 0000000..d71aa63 --- /dev/null +++ b/tests/tstunt/gpg @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +exec \ +$DGIT_TEST_REAL_GPG \ + --agent-program=$DGIT_STUNT_AGENT \ + "$@" 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 \ + "$@" -- cgit v1.2.3