diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t3700-add.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3700-add.sh b/t/t3700-add.sh index fc81f2ef00..6a8b94a4f7 100755 --- a/t/t3700-add.sh +++ b/t/t3700-add.sh @@ -398,7 +398,7 @@ test_expect_success 'git add --chmod --dry-run reports error for non regular fil git reset --hard && test_ln_s_add foo foo4 && git add --chmod=+x --dry-run foo4 2>stderr && - grep "cannot chmod +x .foo4." stderr + test_i18ngrep "cannot chmod +x .foo4." stderr ' test_expect_success 'git add --chmod --dry-run reports error for unmatched pathspec' ' |