diff --git a/tests/test-serve b/tests/test-serve --- a/tests/test-serve +++ b/tests/test-serve @@ -40,9 +40,9 @@ hgserve echo % With -v and -p HGPORT2 hgserve -p "$HGPORT2" -echo '% With -v and -p echo (should fail because low port)' +echo '% With -v and -p daytime (should fail because low port)' KILLQUIETLY=Y -hgserve -p echo +hgserve -p daytime KILLQUIETLY=N echo % With --prefix foo diff --git a/tests/test-serve.out b/tests/test-serve.out --- a/tests/test-serve.out +++ b/tests/test-serve.out @@ -7,8 +7,8 @@ listening at http://localhost/ (bound to % With -v and -p HGPORT2 listening at http://localhost/ (bound to 127.0.0.1:HGPORT2) % errors -% With -v and -p echo (should fail because low port) -abort: cannot start server at 'localhost:7': Permission denied +% With -v and -p daytime (should fail because low port) +abort: cannot start server at 'localhost:13': Permission denied abort: child process failed to start % errors % With --prefix foo