]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0032-reftable-unittest.sh
Merge branch 'jc/use-of-uc-in-log-messages'
[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_PASSES_SANITIZE_LEAK=true
9 . ./test-lib.sh
10
11 test_expect_success 'unittests' '
12 TMPDIR=$(pwd) && export TMPDIR &&
13 test-tool reftable
14 '
15
16 test_done