Merge branch 'js/regexec-buf' into maint
[gitweb.git] / t / t3320-notes-merge-worktrees.sh
index 522157b76461cfd781cb69dc1ce8bddb2a03517e..6e0511596b0cea176cf19566a90971d8f0196253 100755 (executable)
@@ -62,7 +62,7 @@ test_expect_success 'merge z into x while mid-merge on y succeeds' '
                cd worktree2 &&
                git config core.notesRef refs/notes/x &&
                test_must_fail git notes merge z 2>&1 >out &&
-               grep "Automatic notes merge failed" out &&
+               test_i18ngrep "Automatic notes merge failed" out &&
                grep -v "A notes merge into refs/notes/x is already in-progress in" out
        ) &&
        echo "ref: refs/notes/x" >expect &&