[PATCH] remove debugging spew from T590

Subject: [PATCH] remove debugging spew from T590

Date: Mon, 11 Apr 2016 09:59:30 -0400

To: Notmuch Mail

Cc:

From: Daniel Kahn Gillmor


This debugging aide somehow made it into the actual commits centered
around fix-thread, and it should not have.  you could squash this
change with 76955e82d1e4615faf49301804727aa4e3a76fd6

 ("test thread breakage when messages are removed and re-added")

apologies for the noisy process here.
---
 test/T590-thread-breakage.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/T590-thread-breakage.sh b/test/T590-thread-breakage.sh
index 45446b9..6e4031a 100755
--- a/test/T590-thread-breakage.sh
+++ b/test/T590-thread-breakage.sh
@@ -71,8 +71,6 @@ test_ghost_count() {
 }
 
 notmuch new >/dev/null
-pwd
-ls -la ${MAIL_DIR}/.notmuch/xapian
 
 test_thread_count 0 'There should be no threads initially'
 test_ghost_count 0 'There should be no ghosts initially'
-- 
2.8.0.rc3


Thread: