From c48758bec65cfa80d1389459f66c3efe00117396 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 26 Jan 2022 07:29:07 +0100 Subject: test/two_guests: Drop stray spaces after sleep directives Signed-off-by: Stefano Brivio --- test/two_guests/basic | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/two_guests/basic') diff --git a/test/two_guests/basic b/test/two_guests/basic index d23b6e9..24352c0 100644 --- a/test/two_guests/basic +++ b/test/two_guests/basic @@ -47,7 +47,7 @@ g1out GW1 ip -j -4 ro sh|jq -rM '.[] | select(.dst == "default").gateway' guest2b nc -4 -l 10004 > msg guest1 echo "Hello_from_guest_1" | nc -N __GW1__ 10004 guest2w -sleep 1 +sleep 1 g2out MSG2 cat msg check [ "__MSG2__" = "Hello_from_guest_1" ] @@ -56,7 +56,7 @@ g2out GW2_6 ip -j -6 ro sh|jq -rM '.[] | select(.dst == "default").gateway' guest1b nc -6 -l 10001 > msg guest2 echo "Hello_from_guest_2" | nc -N __GW2_6__%__IFNAME2__ 10001 guest1w -sleep 1 +sleep 1 g1out MSG1 cat msg check [ "__MSG1__" = "Hello_from_guest_2" ] @@ -64,7 +64,7 @@ test UDP/IPv4: guest 1 > guest 2 guest2b nc -u -W1 -4 -l 10004 > msg guest1 echo "Hello_from_guest_1" | nc -u -q1 __GW1__ 10004 guest2w -sleep 1 +sleep 1 g2out MSG2 cat msg check [ "__MSG2__" = "Hello_from_guest_1" ] @@ -72,6 +72,6 @@ test UDP/IPv6: guest 2 > guest 1 guest1b nc -u -W1 -6 -l 10001 > msg guest2 echo "Hello_from_guest_2" | nc -u -q1 -N __GW2_6__%__IFNAME2__ 10001 guest1w -sleep 1 +sleep 1 g1out MSG1 cat msg check [ "__MSG1__" = "Hello_from_guest_2" ] -- cgit v1.2.3