summaryrefslogtreecommitdiff
path: root/tests/tstunt
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-30 09:55:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-30 09:55:28 +0100
commit53cdf2a1ad851c4747711877d304c647eaf83f41 (patch)
tree293dbaa98858fa3bfc5a5d98c6dcd624edccd496 /tests/tstunt
parent0a9d7c678c2ef3a3dbe40c012f3a1b86a8ca3c2a (diff)
test suite: gnupg workaround: Remove a sprurious $tmp
This is not set here, which is just as well because it would have been quite wrong. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tstunt')
-rwxr-xr-xtests/tstunt/gpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstunt/gpg b/tests/tstunt/gpg
index 74152bd..79d8319 100755
--- a/tests/tstunt/gpg
+++ b/tests/tstunt/gpg
@@ -3,4 +3,4 @@ set -e
exec \
with-lock-ex -w "$DGIT_TEST_GNUPG_GLOBAL_LOCK" \
- $tmp "$DGIT_TEST_TROOT"/tstunt/gpg-withagent "$@"
+ "$DGIT_TEST_TROOT"/tstunt/gpg-withagent "$@"