]> git.ipfire.org Git - thirdparty/git.git/blame - t/t0032-reftable-unittest.sh
The third batch
[thirdparty/git.git] / t / t0032-reftable-unittest.sh
CommitLineData
ef8a6c62
HWN
1#!/bin/sh
2#
3# Copyright (c) 2020 Google LLC
4#
5
6test_description='reftable unittests'
7
3e3b9321 8TEST_PASSES_SANITIZE_LEAK=true
ef8a6c62
HWN
9. ./test-lib.sh
10
11test_expect_success 'unittests' '
12 TMPDIR=$(pwd) && export TMPDIR &&
13 test-tool reftable
14'
15
16test_done