diff options
| author | Dan Streetman <ddstreet@canonical.com> | 2019-12-04 16:02:12 -0500 |
|---|---|---|
| committer | Dan Streetman <ddstreet@canonical.com> | 2019-12-06 09:26:48 -0500 |
| commit | 781931826715b2a59397b4b728208ea7dcaa6991 (patch) | |
| tree | 66fce8a9df8ce8721aa12d993a813fd0da064002 /debian/tests/control | |
| parent | 6ed722e16a508b985f840eb876e5f4b27eb0d148 (diff) | |
LP: #1855183
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 53184f90..dfcc44ef 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -7,9 +7,9 @@ Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-nm-1.0, network-manager, Restrictions: needs-root isolation-machine skippable Tests: killswitches-no-urfkill -Depends: network-manager, build-essential, linux-headers-generic, rfkill +Depends: network-manager, build-essential, linux-headers-generic [!i386], rfkill Restrictions: needs-root allow-stderr isolation-machine skippable Tests: urfkill-integration -Depends: network-manager, build-essential, linux-headers-generic, rfkill, urfkill +Depends: network-manager, build-essential, linux-headers-generic [!i386], rfkill, urfkill Restrictions: needs-root allow-stderr isolation-machine skippable |