Syntax error in test

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-11-22 18:47:27 +01:00
parent 3ec7f59357
commit 5da14ffcc7
+1 -1
View File
@@ -36,7 +36,7 @@ load 'libs/bats-support/load'
echo "output: ${lines[@]}"
[[ ${lines[0]} == "Connection to 127.0.0.1 4711 port [tcp/*] succeeded!" ]]
[[ ${lines[1]} =~ "0 4 192.168.2.208" ]]
[[ ${lines[2]} =~ "1 2 127.0.0.1"]]
[[ ${lines[2]} =~ "1 2 127.0.0.1" ]]
[[ ${lines[3]} =~ "2 1 10.8.0.2" ]]
[[ ${lines[4]} == "---EOM---" ]]
}