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

t-dependencies NO-DEFAULT git

: "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