summaryrefslogtreecommitdiff
path: root/t/t2107-update-index-basic.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-02 15:07:20 -0800
committerJunio C Hamano <gitster@pobox.com>2020-03-02 15:07:20 -0800
commitaa5a7e02ada29bdced0f07babbe32198607890be (patch)
tree1b742f9f495e2a9a3aa40afdbb5ad7e438889721 /t/t2107-update-index-basic.sh
parent58595e713c5b654cf01188d344014623a1b5ded5 (diff)
parent3c29e21eb047be390d3908d429669cdca3037d9f (diff)
Merge branch 'ma/test-cleanup'
Code cleanup. * ma/test-cleanup: t: drop debug `cat` calls t9810: drop debug `cat` call t4117: check for files using `test_path_is_file`
Diffstat (limited to 't/t2107-update-index-basic.sh')
-rwxr-xr-xt/t2107-update-index-basic.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh
index 2242cd098e..a30b7ca6bc 100755
--- a/t/t2107-update-index-basic.sh
+++ b/t/t2107-update-index-basic.sh
@@ -9,7 +9,6 @@ Tests for command-line parsing and basic operation.
test_expect_success 'update-index --nonsense fails' '
test_must_fail git update-index --nonsense 2>msg &&
- cat msg &&
test -s msg
'