t / t5319-multi-pack-index.shon commit multi-pack-index: add 'write' verb (a340773)
   1#!/bin/sh
   2
   3test_description='multi-pack-indexes'
   4. ./test-lib.sh
   5
   6test_expect_success 'write midx with no packs' '
   7        git multi-pack-index --object-dir=. write
   8'
   9
  10test_done