chiark / gitweb /
Test suite: Provide tests which check that all our various build operations run the...
[dgit.git] / tests / lib-restricts
index aca66926d8c377b8df97a3d83a88030f3779ebf3..ee5902c4780e2b820f5676c11539a1feb7ad429c 100644 (file)
@@ -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
+}