chiark / gitweb /
When cleaning up after failed clone, stat the to-be-cleaned-up directory before runni...
[dgit.git] / tests / lib
index d131e7b2a8dc4a6328a32d8cb1016135a896ba58..9308b169e9636d8440956c965b1f819203ce6279 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -9,7 +9,7 @@ set -o pipefail
 
 t-set-intree
 
-: ${DGIT_TEST_DEBUG:=-D}
+: ${DGIT_TEST_DEBUG=-D}
 export DGIT_TEST_DEBUG
 
 root=`pwd`
@@ -602,6 +602,10 @@ t-restrict () {
        (cd $root; t-restriction-$restriction >&2)
 }
 
+t-dependencies () {
+       : "Hopefully installed: $*"
+}
+
 t-chain-test () {
        local ct=$1
        local d=${0%/*}