summaryrefslogtreecommitdiff
path: root/t/t7008-grep-binary.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-08-17 09:24:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-19 22:46:47 (GMT)
commit7e36de5859afd77976b7583b2012c238b1ffbb7c (patch)
tree420b242a3c0c4d723d1166314f57f436b351e64c /t/t7008-grep-binary.sh
parent178b33157aba98e34f641408105be54f42cbe5bc (diff)
downloadgit-7e36de5859afd77976b7583b2012c238b1ffbb7c.zip
git-7e36de5859afd77976b7583b2012c238b1ffbb7c.tar.gz
git-7e36de5859afd77976b7583b2012c238b1ffbb7c.tar.bz2
t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND
Now that we have a regex engine that supports REG_STARTEND this test should fail if "git grep" can't grep NULL characters. Platforms that don't have a POSIX regex engine which supports REG_STARTEND should always define NO_REGEX=YesPlease when compiling. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7008-grep-binary.sh')
-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 eb8ca88..c0f9f3f 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
'