Skip to content

Commit

Permalink
testclient assumes the pkts to be separated by newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
turleypol committed Dec 28, 2023
1 parent b05f98b commit d3b8cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/pol/testpkgs/client/setup.src
Expand Up @@ -27,7 +27,7 @@ program setup()
// start auxiliary script for client communication
var i:=1;
while (1)
var res := OpenConnection("127.0.0.1",50000,"clientconnection",GetProcess(),1,1);
var res := OpenConnection("127.0.0.1",50000,"clientconnection",GetProcess(),1,0);
if (res)
break;
endif
Expand Down

0 comments on commit d3b8cc3

Please sign in to comment.