chiark / gitweb /
When invoking git-buildpackage via dgit gbp-build, consider our command line argument...
[dgit.git] / tests / lib-restricts
index aca66926d8c377b8df97a3d83a88030f3779ebf3..43548d7a79416274ffd00a5e1861488af19f6bbc 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 -qxF chroot:build
+}