diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-27 19:48:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-27 19:48:02 -0700 |
commit | d6771bd0608e2d141d33c9e2024a4cf03043ef94 (patch) | |
tree | 34f3f94f161455782a175fd14800b9a94b06baf8 /t | |
parent | d410c0f5a99637e1859bb276409d29e8cde10800 (diff) | |
download | git-d6771bd0608e2d141d33c9e2024a4cf03043ef94.tar.gz git-d6771bd0608e2d141d33c9e2024a4cf03043ef94.tar.xz |
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.
Diffstat (limited to 't')
-rwxr-xr-x | t/t5300-pack-object.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5300-pack-object.sh b/t/t5300-pack-object.sh index 901653656..7a39f7e04 100755 --- 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 |