summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-26 17:30:54 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-26 19:54:41 +0100
commitec22348eada556dc5f326186806890f34d5b6cc3 (patch)
tree6896cb4d387e1506bf17f2a595b6d3893278d8aa /tests
parent54adec549bf77e9e85e0a9e38d314b203e3bab9c (diff)
Test suite: Honour DGIT_TEST_DEBUG=''.
Diffstat (limited to 'tests')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index ef2a8d5..9308b16 100644
--- 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`