aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmily Shaffer <nasamuffin@google.com>2023-10-26 11:22:30 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-29 08:55:48 +0900
commit831401bb1462945eec1f30b2f7217510694153c7 (patch)
tree80c2e40ba88bc4e38624f31a4c8f15e72c4ac3ac
parentThe twenty-first batch (diff)
downloadgit-831401bb1462945eec1f30b2f7217510694153c7.tar.gz
git-831401bb1462945eec1f30b2f7217510694153c7.zip
t0091-bugreport: stop using i18ngrep
Since e6545201ad (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 <nasamuffin@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t0091-bugreport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0091-bugreport.sh b/t/t0091-bugreport.sh
index f6998269be..e1588f71b7 100755
--- a/t/t0091-bugreport.sh
+++ b/t/t0091-bugreport.sh
@@ -65,7 +65,7 @@ test_expect_success '--output-directory puts the report in the provided dir' '
test_expect_success 'incorrect arguments abort with usage' '
test_must_fail git bugreport --false 2>output &&
- test_i18ngrep usage output &&
+ grep usage output &&
test_path_is_missing git-bugreport-*
'