summaryrefslogtreecommitdiff
path: root/tests/lib-restricts
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 13:16:14 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 13:16:14 +0100
commitcfec91c99eff2ed5d6e914b54ef81d9ddca78ca8 (patch)
treec3f1884c127f83ea381559a661be68b623ec8080 /tests/lib-restricts
parentf1e6215c9cfc0b24822713bce52174c70ff8d6b9 (diff)
Test suite: Provide tests which check that all our various build operations run the right targets as expected (ie, that we are massaging the arguments to dpkg-buildpackage, and suppressing our clean target, etc., correctly).
Diffstat (limited to 'tests/lib-restricts')
-rw-r--r--tests/lib-restricts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib-restricts b/tests/lib-restricts
index aca6692..ee5902c 100644
--- a/tests/lib-restricts
+++ b/tests/lib-restricts
@@ -11,3 +11,7 @@ t-restriction-x-dgit-git-only () {
echo 'not running out of git clone'
return 1
}
+
+t-restriction-x-dgit-schroot-build () {
+ schroot -la | grep -xF chroot:build
+}