Add missing tinc stop command to the scripts test.
This commit is contained in:
parent
a144147319
commit
70fed5f7ff
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue