tests: fix broken test when no /e/n/i file exists

This commit is contained in:
Ariadne Conill 2020-07-19 06:23:12 -06:00
parent 6c0a74eb07
commit 7360042d51

View file

@ -15,7 +15,8 @@ noargs_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() {