Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jm/doc-wording-tweaks'
[gitweb.git]
/
t
/
perf
/
p5302-pack-index.sh
diff --git
a/t/perf/p5302-pack-index.sh
b/t/perf/p5302-pack-index.sh
index 6cb5b0d55b6d6ed4a91f6d0674c210d98b962b66..5ee9211f988dce1f334d796623feccda85641bbe 100755
(executable)
--- a/
t/perf/p5302-pack-index.sh
+++ b/
t/perf/p5302-pack-index.sh
@@
-8,7
+8,7
@@
test_perf_large_repo
test_expect_success 'repack' '
git repack -ad &&
- PACK=
`ls .git/objects/pack/*.pack | head -n1`
&&
+ PACK=
$(ls .git/objects/pack/*.pack | head -n1)
&&
test -f "$PACK" &&
export PACK
'