summaryrefslogtreecommitdiff
path: root/tests/tests/test-list-uptodate
blob: a2b4c5b879c66ecad08121a002b5228eca57cf6c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e
. tests/lib

: "just verifies internal consistency of test suite"

cd $root
$troot/list-tests gencontrol >$tmp/control-expected
diff debian/tests/control $tmp/control-expected