chiark / gitweb /
Turn off debug for wrong tree test
[dgit.git] / tests / tests / push-newpackage
index 030507f15a6ca171298441c8c938ae5fb3a6a9ca..9954b3fc9fb424cc9a763fc795bced4743812210 100755 (executable)
@@ -22,7 +22,7 @@ t-dgit build
 git checkout bogus
 
 set +e
-(set -e; t-dgit push --new)
+(set -e; DGIT_TEST_DEBUG=' ' t-dgit push --new)
 rc=$?
 set -e
 if [ $rc = 0 ]; then fail "push succeeded when tree mismatch"; fi