summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 13:20:15 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 13:20:15 +0100
commit9414f3a38be811dac56519e16a4e4cb86a619655 (patch)
treead385a1be25f818ff94db1ae2ef1f0a09ec4497a /tests
parent5e83608976777bae7a99f0ea6cb3c97bb39253e8 (diff)
fixup! Test suite: Provide tests which check that
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-restricts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib-restricts b/tests/lib-restricts
index ee5902c..43548d7 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
}