Add missing tinc stop command to the scripts test.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 17 Apr 2017 14:05:30 +0000 (16:05 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 17 Apr 2017 14:05:30 +0000 (16:05 +0200)
test/scripts.test

index 6fe616f8f65892831f09347a7d2882bf21ad5e0e..3b3f27493e063aa6d22a5d229795592e26109b5e 100755 (executable)
@@ -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