Welcome to mirror list, hosted at ThFree Co, Russian Federation.

t0032-reftable-unittest.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 471cb37ac28affec3771d0b46e8dae02d4f09716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# Copyright (c) 2020 Google LLC
#

test_description='reftable unittests'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

test_expect_success 'unittests' '
	TMPDIR=$(pwd) && export TMPDIR &&
	test-tool reftable
'

test_done