chiark / gitweb /
dgit-user(7): Suggest avoiding ,-security for sid
[dgit.git] / tests / adhoc
index f252602bc0e8fe26551226c76f7f1997642ba6a9..b45251fa08685dd91c6bd6203a6c017e8bdd2e36 100755 (executable)
@@ -11,7 +11,7 @@
 #
 # effects:
 #   directly sets the env variables which arrange to use
-#   progrmas etc. from the working tree
+#   programs etc. from the working tree
 
 ourname=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 "$@"