summaryrefslogtreecommitdiff
path: root/tests/lib-restricts
diff options
context:
space:
mode:
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
+}