Skip to content

Commit

Permalink
Fix another test that broke with the recent git-init-db update
Browse files Browse the repository at this point in the history
t5300-pack-object.sh test 8 expected to have to create the "pack"
directory itself, and was unhappy when it already existed.
  • Loading branch information
Linus Torvalds committed Jun 28, 2005
1 parent d410c0f commit d6771bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t5300-pack-object.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6771bd

Please sign in to comment.