Merge branch 'jc/test-i18ngrep'
Another step to deprecate test_i18ngrep. * jc/test-i18ngrep: tests: teach callers of test_i18ngrep to use test_grep test framework: further deprecate test_i18ngrep
This commit is contained in:
@ -161,7 +161,7 @@ test_expect_success 'git push properly warns about insufficient permissions' '
|
||||
git add foo.forbidden &&
|
||||
git commit -m "add a file" &&
|
||||
git push 2>actual &&
|
||||
test_i18ngrep "foo.forbidden is not a permitted file" actual
|
||||
test_grep "foo.forbidden is not a permitted file" actual
|
||||
)
|
||||
'
|
||||
|
||||
|
Reference in New Issue
Block a user