Sign in
googlers
/
jrn
/
git
/
836b22139115f92812479ff6a92ffad09f8a6b8c
/
.
/
t
/
t0032-reftable-unittest.sh
blob: 471cb37ac28affec3771d0b46e8dae02d4f09716 [
file
] [
log
] [
blame
]
#!/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