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