chiark / gitweb /
test suite: gnupg workaround: Remove a sprurious $tmp
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Jun 2018 08:55:26 +0000 (09:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Jun 2018 08:55:28 +0000 (09:55 +0100)
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>
tests/tstunt/gpg

index 74152bd990670362e7e62f49cefe5068fede007b..79d8319929719c46777e841c54c54bbd654c9591 100755 (executable)
@@ -3,4 +3,4 @@ set -e
 
 exec \
 with-lock-ex -w "$DGIT_TEST_GNUPG_GLOBAL_LOCK" \
 
 exec \
 with-lock-ex -w "$DGIT_TEST_GNUPG_GLOBAL_LOCK" \
-       $tmp "$DGIT_TEST_TROOT"/tstunt/gpg-withagent "$@"
+       "$DGIT_TEST_TROOT"/tstunt/gpg-withagent "$@"