]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7800-difftool.sh
Merge branch 'mk/doc-gitfile-more' into maint-2.43
[thirdparty/git.git] / t / t7800-difftool.sh
index 59d3847bf87eab5d94fffbc48451665268b2832e..6a36be1e63c2bb84871e521349917be30ec6b3e3 100755 (executable)
@@ -28,14 +28,14 @@ prompt_given ()
 
 test_expect_success 'basic usage requires no repo' '
        test_expect_code 129 git difftool -h >output &&
-       test_i18ngrep ^usage: output &&
+       test_grep ^usage: output &&
        # create a ceiling directory to prevent Git from finding a repo
        mkdir -p not/repo &&
        test_when_finished rm -r not &&
        test_expect_code 129 \
        env GIT_CEILING_DIRECTORIES="$(pwd)/not" \
        git -C not/repo difftool -h >output &&
-       test_i18ngrep ^usage: output
+       test_grep ^usage: output
 '
 
 # Create a file on main and change it on branch