repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
notes doc: tidy up `--no-stripspace` paragraph
[git.git]
/
t
/
t0032-reftable-unittest.sh
blob
471cb37ac28affec3771d0b46e8dae02d4f09716
1
#!/bin/sh
2
#
3
# Copyright (c) 2020 Google LLC
4
#
5
6
test_description
=
'reftable unittests'
7
8
TEST_PASSES_SANITIZE_LEAK
=
true
9
. .
/
test-lib.sh
10
11
test_expect_success
'unittests'
'
12
TMPDIR=$(pwd) && export TMPDIR &&
13
test-tool reftable
14
'
15
16
test_done