Skip to content

Commit

Permalink
tests/network: use ping -6 instead of ping6
Browse files Browse the repository at this point in the history
The latter is a symlink to the former, and the symlink is not present in
Arch.
  • Loading branch information
marmarek committed Jan 22, 2025
1 parent 1019f20 commit a784c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/network_ipv6.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class VmIPv6NetworkingMixin(VmNetworkingMixin):
test_ip6 = "2000:abcd::1"

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

def setUp(self):
super(VmIPv6NetworkingMixin, self).setUp()
Expand Down

0 comments on commit a784c37

Please sign in to comment.