From 4c926b37c21a088163871bb8e6ccdfc4b4952e34 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Fri, 2 Apr 2010 14:27:20 +0200 Subject: [PATCH] t7508: add test for "git status" refreshing the index Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- t/t7508-status.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 && -- 2.11.4.GIT