tests: fix broken test when no /e/n/i file exists
This commit is contained in:
parent
6c0a74eb07
commit
7360042d51
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ noargs_body() {
|
||||||
}
|
}
|
||||||
|
|
||||||
loopback_always_configured_body() {
|
loopback_always_configured_body() {
|
||||||
atf_check -s exit:0 -o match:"inet loopback" ifquery --pretty-print lo
|
atf_check -s exit:0 -o match:"inet loopback" \
|
||||||
|
ifquery -i $FIXTURES/static-eth0.interfaces lo
|
||||||
}
|
}
|
||||||
|
|
||||||
static_dual_stack_body() {
|
static_dual_stack_body() {
|
||||||
|
|
Loading…
Reference in a new issue