mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
Merge pull request #19043 from dgibson/fix19021
pasta: Remove some leftover code from pasta bats tests
This commit is contained in:
@ -55,12 +55,6 @@ function pasta_test_do() {
|
|||||||
skip_if_no_ipv4 "IPv4 not routable on the host"
|
skip_if_no_ipv4 "IPv4 not routable on the host"
|
||||||
elif [ ${ip_ver} -eq 6 ]; then
|
elif [ ${ip_ver} -eq 6 ]; then
|
||||||
skip_if_no_ipv6 "IPv6 not routable on the host"
|
skip_if_no_ipv6 "IPv6 not routable on the host"
|
||||||
if [ ${iftype} = "loopback" ]; then
|
|
||||||
local ifname="lo"
|
|
||||||
local addr="::1"
|
|
||||||
else
|
|
||||||
local addr="$(ipv6_get_addr_default)"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
skip "Unsupported IP version"
|
skip "Unsupported IP version"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user