chiark / gitweb /
test suite: sbuild-gitish: Do not use build-products-dir
[dgit.git] / tests / tests / test-list-uptodate
1 #!/bin/bash
2 set -e
3 autoimport=
4 . tests/lib
5
6 t-dependencies NO-DEFAULT git
7
8 : "just verifies internal consistency of test suite"
9
10 cd $root
11 $troot/enumerate-tests gencontrol >$tmp/control-expected
12 diff debian/tests/control $tmp/control-expected
13
14 t-ok