summaryrefslogtreecommitdiff
path: root/tests/tstunt/dgit
blob: 3a9751d76a82a7bbd1d18490287f38a410e489a0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# NB This requires use of t-chain-test-somehow.
set -ex
oldpwd=$(pwd)
cd "$DGIT_TEST_TROOT/.."
. tests/lib
cd "$oldpwd"
trap '' EXIT # preserves our exit status
t-dgit "$@"