# HG changeset patch # User Arseniy Alekseyev # Date 2023-03-22 17:18:32 # Node ID 9c5e743e400cf284375ce044b5de7d9e7cdf2ce7 # Parent 4be9ecc982e19362747497276fa0841941787d08 tests: accept a test output change in [tests/test-serve.t] This fixes a breakage introduced in adecb1ab4a0d. It was not caught by the CI probably because allows binding to port 13. diff --git a/tests/test-serve.t b/tests/test-serve.t --- a/tests/test-serve.t +++ b/tests/test-serve.t @@ -55,7 +55,7 @@ With -v and -p daytime #if no-windows $ KILLQUIETLY=Y $ hgserve -p daytime - abort: cannot start server at 'localhost:13': Permission denied (?) + abort: cannot start server at 'localhost:13': $EACCES$ (?) abort: child process failed to start (?) abort: no port number associated with service 'daytime' (?) listening at http://localhost/ (bound to $LOCALIP:13) (?)