summaryrefslogtreecommitdiff
path: root/t/t0032-reftable-unittest.sh
blob: 0ed14971a5801b68045f27232d9912cc09154a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# Copyright (c) 2020 Google LLC
#

test_description='reftable unittests'

. ./test-lib.sh

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

test_done