]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5319-multi-pack-index.sh
midx: write header information to lockfile
[thirdparty/git.git] / t / t5319-multi-pack-index.sh
CommitLineData
a3407730
DS
1#!/bin/sh
2
3test_description='multi-pack-indexes'
4. ./test-lib.sh
5
6test_expect_success 'write midx with no packs' '
fc59e748
DS
7 test_when_finished rm -f pack/multi-pack-index &&
8 git multi-pack-index --object-dir=. write &&
9 test_path_is_file pack/multi-pack-index
a3407730
DS
10'
11
12test_done