]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7812-grep-icase-non-ascii.sh
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
[thirdparty/git.git] / t / t7812-grep-icase-non-ascii.sh
index 96c357205699626796b5c0e936c62ad63782b748..531eb59d5785f2487f87f82cd330b9515642554d 100755 (executable)
@@ -68,9 +68,9 @@ test_expect_success GETTEXT_LOCALE,LIBPCRE2 'PCRE v2: grep ASCII from invalid UT
 '
 
 test_expect_success GETTEXT_LOCALE,LIBPCRE2 'PCRE v2: grep non-ASCII from invalid UTF-8 data' '
-       test_might_fail git grep -h "æ" invalid-0x80 >actual &&
+       git grep -h "æ" invalid-0x80 >actual &&
        test_cmp expected actual &&
-       test_must_fail git grep -h "(*NO_JIT)æ" invalid-0x80 &&
+       git grep -h "(*NO_JIT)æ" invalid-0x80 &&
        test_cmp expected actual
 '