summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-25 18:26:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-25 18:32:29 +0100
commit968202ab0b56d1d27f14703c208a88b9540024f7 (patch)
treeb942329807bff7e59d208f62691bf2e6d49b95c3 /tests
parent1f11185ae9aa5cca12ab61c56d49a4be9397d19d (diff)
Test suite: Check that test suite list in debian/tests/control is up to date
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/test-list-uptodate9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tests/test-list-uptodate b/tests/tests/test-list-uptodate
new file mode 100755
index 0000000..a2b4c5b
--- /dev/null
+++ b/tests/tests/test-list-uptodate
@@ -0,0 +1,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