diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-07 06:22:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-07 06:22:22 +0100 |
commit | 5ae0f68160a189fafc2cf50b9a35aacc73cf8209 (patch) | |
tree | 7f620020721d18e07a8505d1aac8913bf110d550 /t/t6030-bisect-porcelain.sh | |
parent | Merge branch 'sn/http-auth-with-netrc-fix' (diff) | |
parent | t/t7508-status.sh: use test_i18ncmp (diff) | |
download | git-5ae0f68160a189fafc2cf50b9a35aacc73cf8209.tar.xz git-5ae0f68160a189fafc2cf50b9a35aacc73cf8209.zip |
Merge branch 'ab/i18n-test-fix'
* ab/i18n-test-fix:
t/t7508-status.sh: use test_i18ncmp
t/t6030-bisect-porcelain.sh: use test_i18ngrep
Diffstat (limited to 't/t6030-bisect-porcelain.sh')
-rwxr-xr-x | t/t6030-bisect-porcelain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6030-bisect-porcelain.sh b/t/t6030-bisect-porcelain.sh index c6f1f9f8ab..691e4a4481 100755 --- a/t/t6030-bisect-porcelain.sh +++ b/t/t6030-bisect-porcelain.sh @@ -164,7 +164,7 @@ test_expect_success 'bisect start: existing ".git/BISECT_START" not modified if cp .git/BISECT_START saved && test_must_fail git bisect start $HASH4 foo -- && git branch > branch.output && - grep "* (no branch)" branch.output > /dev/null && + test_i18ngrep "* (no branch)" branch.output > /dev/null && test_cmp saved .git/BISECT_START ' test_expect_success 'bisect start: no ".git/BISECT_START" if mistaken rev' ' |