diff options
Diffstat (limited to 't/t4112-apply-renames.sh')
-rwxr-xr-x | t/t4112-apply-renames.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4112-apply-renames.sh b/t/t4112-apply-renames.sh index 906188cdf..a06f6956d 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' |