Skip to content

Commit

Permalink
Adjust last test
Browse files Browse the repository at this point in the history
  • Loading branch information
DL6ER committed Jun 17, 2017
1 parent 12d795a commit 9a51c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ load 'libs/bats-support/load'
run bash -c 'echo ">overTime" | nc -v 127.0.0.1 4711'
echo "output: ${lines[@]}"
[[ ${lines[0]} == "Connection to 127.0.0.1 4711 port [tcp/*] succeeded!" ]]
[[ ${lines[1]} =~ "5 2" ]]
[[ ${lines[1]} =~ "7 2" ]]
[[ ${lines[2]} == "---EOM---" ]]
}

Expand Down

0 comments on commit 9a51c12

Please sign in to comment.