Skip to content

Commit

Permalink
test bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Feb 6, 2025
1 parent ce80f77 commit 164dc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/expect/cli-tcp.exp
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ expect_line "Done"

switch_node 1
expect "TCP: Received 5 bytes: world"
send "tcp send -x 546573745c725c6e4865785c725c6e\n"
send "tcp send -x 546573740d0a4865780d0a\n"
expect_line "Done"

switch_node 2
expect "TCP: Received 15 bytes: Test\r\nHex\r\n"
expect "TCP: Received 11 bytes: Test\r\nHex\r\n"

switch_node 1
send "tcp sendend\n"
Expand Down

0 comments on commit 164dc99

Please sign in to comment.