From: Ian Jackson Date: Sat, 30 Jun 2018 08:55:26 +0000 (+0100) Subject: test suite: gnupg workaround: Remove a sprurious $tmp X-Git-Tag: archive/debian/5.5+exp8~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=53cdf2a1ad851c4747711877d304c647eaf83f41;p=dgit.git 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 --- diff --git a/tests/tstunt/gpg b/tests/tstunt/gpg index 74152bd9..79d83199 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 "$@"