Fix broken dns test (from merge collision)
And, while I'm at it, fix grammar ("cannot" is one word)
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
f0bee4ee3d
commit
de9c3841c7
|
|
@ -16,7 +16,7 @@ load helpers
|
||||||
|
|
||||||
for dnsopt in --dns --dns-option --dns-search; do
|
for dnsopt in --dns --dns-option --dns-search; do
|
||||||
run_buildah 125 build $dnsopt=example.com --network=none $WITH_POLICY_JSON -f $BUDFILES/dns/Dockerfile $BUDFILES/dns
|
run_buildah 125 build $dnsopt=example.com --network=none $WITH_POLICY_JSON -f $BUDFILES/dns/Dockerfile $BUDFILES/dns
|
||||||
expect_output "the $dnsopt option can not be used with --network=none" "dns options should not be allowed with --network=none"
|
expect_output "Error: the $dnsopt option cannot be used with --network=none" "dns options should not be allowed with --network=none"
|
||||||
done
|
done
|
||||||
|
|
||||||
run_buildah build --dns-search=example.com --dns=223.5.5.5 --dns-option=use-vc $WITH_POLICY_JSON -f $BUDFILES/dns/Dockerfile $BUDFILES/dns
|
run_buildah build --dns-search=example.com --dns=223.5.5.5 --dns-option=use-vc $WITH_POLICY_JSON -f $BUDFILES/dns/Dockerfile $BUDFILES/dns
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue