X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4112-apply-renames.sh;h=a06f6956d5c72cae79129fc01a1be2f30121e6fb;hb=c66b6c067e49c5ec80f1254daef79aa1c7f5ffce;hp=906188cdf60fdcd4a54883897ef11830f631b553;hpb=52be5fcd29e074cb549b9a92ff8caceb736e4851;p=git.git diff --git a/t/t4112-apply-renames.sh b/t/t4112-apply-renames.sh index 906188cd..a06f6956 100755 --- a/t/t4112-apply-renames.sh +++ b/t/t4112-apply-renames.sh @@ -139,7 +139,7 @@ rename to include/arch/m32r/klibc/archsetjmp.h +#endif /* _KLIBC_ARCHSETJMP_H */ EOF -find include klibc -type f -print | xargs git-update-cache --add -- +find include klibc -type f -print | xargs git-update-index --add -- test_expect_success 'check rename/copy patch' 'git-apply --check patch'