chiark / gitweb /
changelog: start 9.14
[dgit.git] / tests / tstunt / dgit
1 #!/bin/bash
2 # NB This requires use of t-chain-test-somehow.
3 set -ex
4 oldpwd=$(pwd)
5 cd "$DGIT_TEST_TROOT/.."
6 . tests/lib
7 cd "$oldpwd"
8 trap '' EXIT # preserves our exit status
9 t-dgit "$@"