Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge git://git.kernel.org/pub/scm/gitk/gitk
[gitweb.git]
/
t
/
t5302-pack-index.sh
diff --git
a/t/t5302-pack-index.sh
b/t/t5302-pack-index.sh
index b88b5bbd022bb3dd836d00f88a8e486c00285103..09fd91767297a8c59edb08944740bbcf08f8a7c4 100755
(executable)
--- a/
t/t5302-pack-index.sh
+++ b/
t/t5302-pack-index.sh
@@
-65,7
+65,7
@@
test_expect_success \
have_64bits=
if msg=$(git verify-pack -v "test-3-${pack3}.pack" 2>&1) ||
- !
echo "$msg" | grep "pack too large .* off_t"
+ !
(echo "$msg" | grep "pack too large .* off_t")
then
have_64bits=t
else