From: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- t/t0041-usage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0041-usage.sh b/t/t0041-usage.sh index 5b927b76fe5..27309b1a8f8 100755 --- a/t/t0041-usage.sh +++ b/t/t0041-usage.sh @@ -42,7 +42,7 @@ test_expect_success 'tag usage error' ' test_expect_success 'branch --contains <existent_commit>' ' git branch --contains "master" >actual 2>actual.err && - test_i18ngrep "master" actual && + grep "master" actual && test_line_count = 0 actual.err ' -- gitgitgadget