summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--tests/lib2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 089e2a3..cffd7e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ dgit (1.1~~) unstable; urgency=low
in subdirectories), remove them. Closes:#793671.
* Introduce more sophisticated protocol negotiation for rpush.
* Do not quote `:' in shellquote.
+ * Test suite: Honour DGIT_TEST_DEBUG=''.
--
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`