repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rs/external-diff-tempfile'
[alt-git.git]
/
t
/
t0032-reftable-unittest.sh
blob
0ed14971a5801b68045f27232d9912cc09154a57
1
#!/bin/sh
2
#
3
# Copyright (c) 2020 Google LLC
4
#
5
6
test_description
=
'reftable unittests'
7
8
. .
/
test-lib.sh
9
10
test_expect_success
'unittests'
'
11
TMPDIR=$(pwd) && export TMPDIR &&
12
test-tool reftable
13
'
14
15
test_done