repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sequencer: detect author name errors in read_author_script()
[git/debian.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