X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4119-apply-config.sh;h=3d0384daa8a7b7369826b05bcb793cb445c3f9ee;hb=391b4933442dd07507a5de112092eaa4efc902bb;hp=3c73a783a7e908070308fb1f972f6b5d152e12a4;hpb=bb293b831b9d0aade79c0acf5bf6091106e7d19b;p=git.git diff --git a/t/t4119-apply-config.sh b/t/t4119-apply-config.sh index 3c73a783a..3d0384daa 100755 --- a/t/t4119-apply-config.sh +++ b/t/t4119-apply-config.sh @@ -73,7 +73,7 @@ D=`pwd` test_expect_success 'apply --whitespace=strip in subdir' ' cd "$D" && - git config --unset-all apply.whitespace + git config --unset-all apply.whitespace && rm -f sub/file1 && cp saved sub/file1 && git update-index --refresh &&