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

: "just verifies internal consistency of test suite"

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

t-ok