X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2101-update-index-reupdate.sh;h=c8bce8c2e4314aaf466019438818293102c12c9c;hb=b1d645b58ac6c96ffdc8d9a01f0b44a10deb43f9;hp=76ad7c344c0546603fb198a9ffb907d6142cbe84;hpb=eb4e67288bb9d66fb46092fa30d72c4bdded0c2a;p=git.git diff --git a/t/t2101-update-index-reupdate.sh b/t/t2101-update-index-reupdate.sh index 76ad7c344..c8bce8c2e 100755 --- a/t/t2101-update-index-reupdate.sh +++ b/t/t2101-update-index-reupdate.sh @@ -51,7 +51,7 @@ test_expect_success 'update-index again' \ echo hello world >dir1/file3 && echo goodbye people >file2 && git update-index --add file2 dir1/file3 && - echo hello everybody >file2 + echo hello everybody >file2 && echo happy >dir1/file3 && git update-index --again && git ls-files -s >current &&