chiark / gitweb /
git-debrebase: merge: test suite: Drop check of no wreckage save
[dgit.git] / tests / tests / test-list-uptodate
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 : "just verifies internal consistency of test suite"
6
7 cd $root
8 $troot/enumerate-tests gencontrol >$tmp/control-expected
9 diff debian/tests/control $tmp/control-expected
10
11 t-ok