Skip to content

Commit

Permalink
Graybox: s/ping6/ping/
Browse files Browse the repository at this point in the history
Looks like they're phasing ping6 out. Doesn't exist in Arch.
  • Loading branch information
ydahhrk committed Feb 26, 2024
1 parent 3b8f2f2 commit 082f83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graybox/test-suite/wait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "Waiting for the network to be ready..."
sleep 3

for i in $(seq 10); do
ip netns exec client6ns ping6 $1 -c 1 >/dev/null 2>&1
ip netns exec client6ns ping $1 -c 1 >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo "Ready."
exit 0
Expand Down

0 comments on commit 082f83d

Please sign in to comment.