rebase: use correct base for --keep-base when a branch is given
[alt-git.git] / t / t0032-reftable-unittest.sh
blob0ed14971a5801b68045f27232d9912cc09154a57
1 #!/bin/sh
3 # Copyright (c) 2020 Google LLC
6 test_description='reftable unittests'
8 . ./test-lib.sh
10 test_expect_success 'unittests' '
11 TMPDIR=$(pwd) && export TMPDIR &&
12 test-tool reftable
15 test_done