Skip to content

Commit

Permalink
Fix MSP test case after switching to nc6
Browse files Browse the repository at this point in the history
  • Loading branch information
quixotique committed Feb 15, 2016
1 parent afc1cc5 commit fa4fd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/msp
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ setup_terminate() {
}
client_terminate() {
executeOk_servald msp connect --once --forward=3001 $SIDA 512
assertStderrGrep --matches=1 " Connection with .* closed suddenly$"
assertStderrGrep --matches=1 " Connection with .* closed gracefully$"
tfw_cat --stdout --stderr
}
server_terminate() {
executeOk_servald msp listen 512 < <(dd if=/dev/urandom bs=1k count=500 | hexdump -C)
assertStderrGrep --matches=1 " Connection with .* closed suddenly$"
assertStderrGrep --matches=1 " Connection with .* closed gracefully$"
tfw_cat --stdout --stderr
}
test_terminate() {
Expand Down

0 comments on commit fa4fd02

Please sign in to comment.