} >obj-list
'
-rm -rf clone.git
test_expect_success 'pack without --include-tag' '
packname_1=$(git pack-objects \
--window=0 \
'
test_expect_success 'unpack objects' '
+ rm -rf clone.git &&
(
GIT_DIR=clone.git &&
export GIT_DIR &&
test_cmp list.expect list.actual
'
-rm -rf clone.git
test_expect_success 'pack with --include-tag' '
packname_1=$(git pack-objects \
--window=0 \
'
test_expect_success 'unpack objects' '
+ rm -rf clone.git &&
(
GIT_DIR=clone.git &&
export GIT_DIR &&