Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kb/completion-checkout'
[gitweb.git]
/
t
/
t7810-grep.sh
diff --git
a/t/t7810-grep.sh
b/t/t7810-grep.sh
index dc5c08548bb9e0ad7d42d9a6bc88e0756badf457..50658845ca8769e963cfc13b20efb892f1f63cc0 100755
(executable)
--- a/
t/t7810-grep.sh
+++ b/
t/t7810-grep.sh
@@
-65,7
+65,7
@@
do
test_expect_success "grep -w $L (w)" '
: >expected &&
-
!
git grep -n -w -e "^w" >actual &&
+
test_must_fail
git grep -n -w -e "^w" >actual &&
test_cmp expected actual
'