Skip to content

Commit cc7d4d8

Browse files
committed
tests/network: use ping -6 instead of ping6
The latter is a symlink to the former, and the symlink is not present in Arch.
1 parent c5ea65d commit cc7d4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubes/tests/integ/network_ipv6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class VmIPv6NetworkingMixin(VmNetworkingMixin):
3737
test_ip6 = "2000:abcd::1"
3838

39-
ping6_cmd = "ping6 -W 1 -n -c 1 {target}"
39+
ping6_cmd = "ping -6 -W 1 -n -c 1 {target}"
4040

4141
def setUp(self):
4242
super(VmIPv6NetworkingMixin, self).setUp()

0 commit comments

Comments
 (0)