[TEST] Port can have more or less than 4 digits

This commit is contained in:
Simon Willnauer 2014-08-29 08:46:03 +02:00
parent c55341bf51
commit 91b8498cec
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- match:
$body: |
/ #pid id host ip port
^ (\d+ \s+ \S{4} \s+ \S+ \s+ (\d{1,3}\.){3}\d{1,3} \s+ (\d{4}|-) \s+ \n)+ $/
^ (\d+ \s+ \S{4} \s+ \S+ \s+ (\d{1,3}\.){3}\d{1,3} \s+ (\d+|-) \s+ \n)+ $/
- do:
cat.thread_pool: