]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7060-wtstatus.sh
t7060: actually test "git diff-index --cached -M"
[thirdparty/git.git] / t / t7060-wtstatus.sh
index a5b7a568bc60e49da317c2a525bdaff13f3e19d6..a886a4436f487bd112c21d5a42a8aec8e917400b 100755 (executable)
@@ -103,7 +103,7 @@ test_expect_success 'git diff-index --cached -M shows 2 added + 1 unmerged' '
        A       THREE
        A       TWO
        EOF
-       git diff-index --cached --name-status HEAD >actual &&
+       git diff-index --cached -M --name-status HEAD >actual &&
        test_cmp expected actual
 '