]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9801-git-p4-branch.sh
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
[thirdparty/git.git] / t / t9801-git-p4-branch.sh
index 3b5fea91822c7b9dc4de239dd885c7ae00c92548..c598011635ac2f44d0764acaf1ba7c53f569514c 100755 (executable)
@@ -135,7 +135,7 @@ test_expect_success 'sync specific detected branch' '
        (
                cd "$git" &&
                git p4 sync --branch=depot/branch2 >out &&
-               test_i18ngrep "No changes to import!" out
+               test_grep "No changes to import!" out
        )
 '