Fix another test that broke with the recent git-init-db update

t5300-pack-object.sh test 8 expected to have to create the "pack"
directory itself, and was unhappy when it already existed.
This commit is contained in:
Linus Torvalds 2005-06-27 19:48:02 -07:00
parent d410c0f5a9
commit d6771bd060

View File

@ -99,7 +99,6 @@ test_expect_success \
'GIT_OBJECT_DIRECTORY=.git2/objects && 'GIT_OBJECT_DIRECTORY=.git2/objects &&
export GIT_OBJECT_DIRECTORY && export GIT_OBJECT_DIRECTORY &&
git-init-db && git-init-db &&
mkdir .git2/objects/pack &&
cp test-1.pack test-1.idx .git2/objects/pack && { cp test-1.pack test-1.idx .git2/objects/pack && {
git-diff-tree --root -p $commit && git-diff-tree --root -p $commit &&
while read object while read object