From 70fed5f7ffdeb0416ee6b77881098faab9a7cd47 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 17 Apr 2017 16:05:30 +0200 Subject: [PATCH] Add missing tinc stop command to the scripts test. --- test/scripts.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/scripts.test b/test/scripts.test index 6fe616f..3b3f274 100755 --- a/test/scripts.test +++ b/test/scripts.test @@ -71,6 +71,8 @@ echo bar-started >>$OUT # Stop server node $tinc $c1 stop +sleep 1 +$tinc $c2 stop # Check if the script output is what is expected -- 2.25.1