Skip to content

Commit 831401b

Browse files
Emily Shaffergitster
authored andcommitted
t0091-bugreport: stop using i18ngrep
Since e654520 (Merge branch 'ab/detox-config-gettext', 2021-04-13), test_i18ngrep is no longer required. Quit using it in the bugreport tests, since it's setting a bad example for tests added later. Signed-off-by: Emily Shaffer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e8e77c commit 831401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0091-bugreport.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test_expect_success '--output-directory puts the report in the provided dir' '
6565

6666
test_expect_success 'incorrect arguments abort with usage' '
6767
test_must_fail git bugreport --false 2>output &&
68-
test_i18ngrep usage output &&
68+
grep usage output &&
6969
test_path_is_missing git-bugreport-*
7070
'
7171

0 commit comments

Comments
 (0)