summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-09-03 09:43:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-09-03 09:43:45 -0700
commitcd1547d2049f32a5c13ba1828fcd1a553b844e97 (patch)
tree2e5442dda4e239b74473bb86acf7e55950375a8f /t
parentMerge branch 'nd/clone-depth-zero' (diff)
parentFix compat/regex ANSIfication on MinGW (diff)
downloadtgif-cd1547d2049f32a5c13ba1828fcd1a553b844e97.tar.xz
Merge branch 'ab/compat-regex'
* ab/compat-regex: Fix compat/regex ANSIfication on MinGW autoconf: regex library detection typofix autoconf: don't use platform regex if it lacks REG_STARTEND t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND compat/regex: get rid of old-style definition compat/regex: define out variables only used under RE_ENABLE_I18N Change regerror() declaration from K&R style to ANSI C (C89) compat/regex: get the gawk regex engine to compile within git compat/regex: use the regex engine from gawk for compat Conflicts: compat/regex/regex.c
Diffstat (limited to 't')
-rwxr-xr-xt/t7008-grep-binary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7008-grep-binary.sh b/t/t7008-grep-binary.sh
index eb8ca88cce..c0f9f3f705 100755
--- a/t/t7008-grep-binary.sh
+++ b/t/t7008-grep-binary.sh
@@ -61,7 +61,7 @@ test_expect_success 'git grep -Fi iLE a' '
# This test actually passes on platforms where regexec() supports the
# flag REG_STARTEND.
-test_expect_failure 'git grep ile a' '
+test_expect_success 'git grep ile a' '
git grep ile a
'