projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d410c0f
)
Fix another test that broke with the recent git-init-db update
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 02:48:02 +0000
(19:48 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 02:48:02 +0000
(19:48 -0700)
t5300-pack-object.sh test 8 expected to have to create the "pack"
directory itself, and was unhappy when it already existed.
t/t5300-pack-object.sh
patch
|
blob
|
history
diff --git
a/t/t5300-pack-object.sh
b/t/t5300-pack-object.sh
index
9016536
..
7a39f7e
100755
(executable)
--- a/
t/t5300-pack-object.sh
+++ b/
t/t5300-pack-object.sh
@@
-99,7
+99,6
@@
test_expect_success \
'GIT_OBJECT_DIRECTORY=.git2/objects &&
export GIT_OBJECT_DIRECTORY &&
git-init-db &&
- mkdir .git2/objects/pack &&
cp test-1.pack test-1.idx .git2/objects/pack && {
git-diff-tree --root -p $commit &&
while read object