summaryrefslogtreecommitdiff
path: root/tests/tests/test-list-uptodate
blob: 65812ff9fcb54ee4c841a5d5d60087055b374c60 (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/enumerate-tests gencontrol >$tmp/control-expected
diff debian/tests/control $tmp/control-expected