Git 2.45
[git/gitster.git] / t / t0032-reftable-unittest.sh
blob471cb37ac28affec3771d0b46e8dae02d4f09716
1 #!/bin/sh
3 # Copyright (c) 2020 Google LLC
6 test_description='reftable unittests'
8 TEST_PASSES_SANITIZE_LEAK=true
9 . ./test-lib.sh
11 test_expect_success 'unittests' '
12 TMPDIR=$(pwd) && export TMPDIR &&
13 test-tool reftable
16 test_done