]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0032-reftable-unittest.sh
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / t0032-reftable-unittest.sh
1 #!/bin/sh
2 #
3 # Copyright (c) 2020 Google LLC
4 #
5
6 test_description='reftable unittests'
7
8 . ./test-lib.sh
9
10 test_expect_success 'unittests' '
11 TMPDIR=$(pwd) && export TMPDIR &&
12 test-tool reftable
13 '
14
15 test_done