Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
list-objects: support for skipping tree traversal
[gitweb.git]
/
t
/
t5317-pack-objects-filter-objects.sh
diff --git
a/t/t5317-pack-objects-filter-objects.sh
b/t/t5317-pack-objects-filter-objects.sh
index 510d3537f6a13b2b6066fe745227e9983c42f3c3..d9dccf4d4db8be7f3f727d394c320b3e30b04728 100755
(executable)
--- a/
t/t5317-pack-objects-filter-objects.sh
+++ b/
t/t5317-pack-objects-filter-objects.sh
@@
-69,7
+69,7
@@
test_expect_success 'get an error for missing tree object' '
test_must_fail git -C r5 pack-objects --rev --stdout 2>bad_tree <<-EOF &&
HEAD
EOF
- grep
-q
"bad tree object" bad_tree
+ grep "bad tree object" bad_tree
'
test_expect_success 'setup for tests of tree:0' '