From: Ian Jackson Date: Mon, 27 Jul 2015 12:20:15 +0000 (+0100) Subject: fixup! Test suite: Provide tests which check that X-Git-Tag: debian/1.1~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9414f3a38be811dac56519e16a4e4cb86a619655;p=dgit.git fixup! Test suite: Provide tests which check that --- diff --git a/tests/lib-restricts b/tests/lib-restricts index ee5902c4..43548d7a 100644 --- a/tests/lib-restricts +++ b/tests/lib-restricts @@ -13,5 +13,5 @@ t-restriction-x-dgit-git-only () { } t-restriction-x-dgit-schroot-build () { - schroot -la | grep -xF chroot:build + schroot -la | grep -qxF chroot:build }