summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@dropbox.com>2018-01-02 19:04:55 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-04 15:06:43 -0800
commita75d1104072a035307e48b9d7c2696760c3a1f9a (patch)
treee186d9850684ac36905c668aebc4b9edeacc7453
parent6e1123ec5730cf1dc14b76fa726fe856fe001cbd (diff)
downloadgit-a75d1104072a035307e48b9d7c2696760c3a1f9a.tar.gz
fsmonitor: remove debugging lines from t/t7519-status-fsmonitor.sh
These were mistakenly left in when the test was introduced, in 1487372d3 ("fsmonitor: store fsmonitor bitmap before splitting index", 2017-11-09) Signed-off-by: Alex Vandiver <alexmv@dropbox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t7519-status-fsmonitor.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t7519-status-fsmonitor.sh b/t/t7519-status-fsmonitor.sh
index eb2d13bbcf..19b2a0a0fb 100755
--- a/t/t7519-status-fsmonitor.sh
+++ b/t/t7519-status-fsmonitor.sh
@@ -307,9 +307,7 @@ test_expect_success 'splitting the index results in the same state' '
dirty_repo &&
git update-index --fsmonitor &&
git ls-files -f >expect &&
- test-dump-fsmonitor >&2 && echo &&
git update-index --fsmonitor --split-index &&
- test-dump-fsmonitor >&2 && echo &&
git ls-files -f >actual &&
test_cmp expect actual
'