summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/protocol/test-qemudie-killsub.sh1
-rwxr-xr-xtests/protocol/test-qemudie-midcommand.sh1
-rwxr-xr-xtests/protocol/test-qemudie-synch.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/protocol/test-qemudie-killsub.sh b/tests/protocol/test-qemudie-killsub.sh
index 70be4e1d..c3387e26 100755
--- a/tests/protocol/test-qemudie-killsub.sh
+++ b/tests/protocol/test-qemudie-killsub.sh
@@ -35,6 +35,7 @@ kill-subprocess
-sleep 1
# We should now be able to rerun the subprocess.
+add test1.img
run
ping-daemon
EOF
diff --git a/tests/protocol/test-qemudie-midcommand.sh b/tests/protocol/test-qemudie-midcommand.sh
index 1e1fd99a..ce48896b 100755
--- a/tests/protocol/test-qemudie-midcommand.sh
+++ b/tests/protocol/test-qemudie-midcommand.sh
@@ -35,6 +35,7 @@ pid | cat > test.pid
-sleep 1000
# We should now be able to rerun the subprocess.
+add test1.img
run
ping-daemon
EOF
diff --git a/tests/protocol/test-qemudie-synch.sh b/tests/protocol/test-qemudie-synch.sh
index 398756e1..f69cdfa4 100755
--- a/tests/protocol/test-qemudie-synch.sh
+++ b/tests/protocol/test-qemudie-synch.sh
@@ -36,6 +36,7 @@ pid | cat > test.pid
-sleep 1
# We should now be able to rerun the subprocess.
+add test1.img
run
ping-daemon
EOF