From: Markus Heidelberg Date: Fri, 2 Apr 2010 12:27:20 +0000 (+0200) Subject: t7508: add test for "git status" refreshing the index X-Git-Tag: v1.7.2-rc0~155^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c926b37c21a088163871bb8e6ccdfc4b4952e34;p=git.git t7508: add test for "git status" refreshing the index Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 556d0faa7..086ec3a72 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -496,6 +496,16 @@ test_expect_success 'dry-run of partial commit excluding new file in index' ' test_cmp expect output ' +cat >expect <output && + test_cmp expect output +' + test_expect_success 'setup status submodule summary' ' test_create_repo sm && ( cd sm &&