summaryrefslogtreecommitdiff
diff options
-rw-r--r--tests/main/debs-have-built-using/task.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main/debs-have-built-using/task.yaml b/tests/main/debs-have-built-using/task.yaml
index 9a15f255e9..c3178d217a 100644
--- a/tests/main/debs-have-built-using/task.yaml
+++ b/tests/main/debs-have-built-using/task.yaml
@@ -3,8 +3,8 @@ systems: [-ubuntu-core-*]
execute: |
out=$(dpkg -I $GOPATH/snapd_*.deb)
if [[ "$SPREAD_SYSTEM" = ubuntu-* ]]; then
- # Apparmor is only compiled in on Ubuntu for now.
+ # Apparmor & seccomp is only compiled in on Ubuntu for now.
echo $out | MATCH "Built-Using:.*apparmor \(="
+ echo $out | MATCH "Built-Using:.*libseccomp \(="
fi
echo $out | MATCH "Built-Using:.*libcap2 \(="
- echo $out | MATCH "Built-Using:.*libseccomp \(="