diff options
Diffstat (limited to 'service/tests')
| -rw-r--r-- | service/tests/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/tests/test.sh b/service/tests/test.sh index a4b1884..4835024 100644 --- a/service/tests/test.sh +++ b/service/tests/test.sh @@ -43,7 +43,7 @@ checkleaks() { connect() { if [ "$RUNTYPE" == "remote" ]; then - nc localhost 9000 + nc localhost 9090 elif [ "$RUNTYPE" == "debug" ]; then checkleaks else |
