# HG changeset patch # User Arseniy Alekseyev # Date 1679505512 0 # 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 -r 4be9ecc982e1 -r 9c5e743e400c tests/test-serve.t --- a/tests/test-serve.t Tue Mar 21 17:07:22 2023 +0100 +++ b/tests/test-serve.t Wed Mar 22 17:18:32 2023 +0000 @@ -55,7 +55,7 @@ #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) (?)