Skip to content

Commit

Permalink
luatelnet test: port number has to be higher than 1024.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoire committed Nov 9, 2010
1 parent 2ae976d commit e26b8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modules/misc/lua/telnet.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

TELNET_FAIL="telnet_fail"
PORT=$$
PORT=`echo "$$+1024" | bc`

killer()
{
Expand Down

0 comments on commit e26b8a0

Please sign in to comment.