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.lorimer.id.au/gitweb.git/diff_plain/4c926b37c21a088163871bb8e6ccdfc4b4952e34?ds=inline;hp=--cc t7508: add test for "git status" refreshing the index Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- 4c926b37c21a088163871bb8e6ccdfc4b4952e34 diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 556d0faa77..086ec3a724 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 &&