summaryrefslogtreecommitdiff
path: root/tests/adhoc
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-17 14:17:37 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:14 +0100
commitd228327cc4aec6fef736c5d44abb0edf025a57f0 (patch)
tree89130b3a09caa68288ead53ff1c570690ce14ca7 /tests/adhoc
parent5f9258f673404e784b450631b39ba433a1fda945 (diff)
Tests: Introduce t-set-using-tmp and use it in lib and adhoc
Diffstat (limited to 'tests/adhoc')
-rwxr-xr-xtests/adhoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/adhoc b/tests/adhoc
index a8a3362..b45251f 100755
--- a/tests/adhoc
+++ b/tests/adhoc
@@ -44,6 +44,8 @@ case "$pwd" in
;;
esac
-export ADTTMP=$tmp HOME=$tmp DGIT_TEST_DUMMY_DIR=$tmp DGIT_TEST_TMP=$tmp
+export ADTTMP=$tmp
+
+t-set-using-tmp
exec "$@"