Commit e26b8a04 authored by Rémi Duraffort's avatar Rémi Duraffort

luatelnet test: port number has to be higher than 1024.

parent 2ae976d9
#!/bin/sh
TELNET_FAIL="telnet_fail"
PORT=$$
PORT=`echo "$$+1024" | bc`
killer()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment