From c447344158a0a8d11d364200de27aff2dc57a47e Mon Sep 17 00:00:00 2001
From: Stefano Brivio <sbrivio@redhat.com>
Date: Thu, 19 May 2022 01:22:33 +0200
Subject: demo/pasta: Fix bad sleep directive

'sleep' always needs an argument, this was meant to introduce
a 2 seconds delay.

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
---
 test/demo/pasta | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/demo/pasta b/test/demo/pasta
index 4bfea80..506d948 100644
--- a/test/demo/pasta
+++ b/test/demo/pasta
@@ -110,7 +110,7 @@ nl
 say	Now the other way around...
 nl
 say	  we can use a loopback address
-sleep
+sleep	2
 hostb	nc -l -p 31337
 sleep	2
 ns	echo "Hello from the namespace" | nc -N 127.0.0.1 31337
-- 
cgit v1.2.3