2019-10-19 17:33:03 +00:00
|
|
|
From f4e7db5062dc59662ce05796f95f93017187f1d6 Mon Sep 17 00:00:00 2001
|
2019-10-19 17:33:03 +00:00
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
2019-10-19 17:33:03 +00:00
|
|
|
Date: Sat, 19 Oct 2019 18:52:47 +0100
|
2019-10-19 18:45:05 +00:00
|
|
|
Subject: [PATCH 2/4] tests/test-captive.sh: Remove useless sleep.
|
2019-10-19 17:33:03 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
tests/test-captive.sh | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/tests/test-captive.sh b/tests/test-captive.sh
|
2019-10-19 17:33:03 +00:00
|
|
|
index 8890073..22a90ca 100755
|
2019-10-19 17:33:03 +00:00
|
|
|
--- a/tests/test-captive.sh
|
|
|
|
+++ b/tests/test-captive.sh
|
|
|
|
@@ -44,7 +44,7 @@ rm -f $files
|
|
|
|
cleanup_fn rm -f $files
|
|
|
|
|
|
|
|
nbdkit -U $sock example1 --run '
|
|
|
|
- sleep 1; echo nbd=$nbd; echo port=$port; echo socket=$unixsocket
|
2019-10-19 17:33:03 +00:00
|
|
|
+ echo nbd=$nbd; echo port=$port; echo socket=$unixsocket
|
2019-10-19 17:33:03 +00:00
|
|
|
' > captive.out
|
|
|
|
|
|
|
|
# Check the output.
|
|
|
|
--
|
|
|
|
2.23.0
|
|
|
|
|