comparison tests/test-http.t @ 1029:a510bdf00fa0

tests: glob out server address for hg 4.2+
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 24 Jul 2017 16:03:22 -0500
parents 7c80e9f8131f
children 3a7daf4e1cae
comparison
equal deleted inserted replaced
1028:cab33eea014a 1029:a510bdf00fa0
17 17
18 Test server address cannot be reused 18 Test server address cannot be reused
19 19
20 #if windows 20 #if windows
21 $ hg serve -p $HGPORT1 2>&1 21 $ hg serve -p $HGPORT1 2>&1
22 abort: cannot start server at ':$HGPORT1': * (glob) 22 abort: cannot start server at '*:$HGPORT1': * (glob)
23 [255] 23 [255]
24 #else 24 #else
25 $ hg serve -p $HGPORT1 2>&1 25 $ hg serve -p $HGPORT1 2>&1
26 abort: cannot start server at ':$HGPORT1': Address already in use 26 abort: cannot start server at '*:$HGPORT1': Address already in use (glob)
27 [255] 27 [255]
28 #endif 28 #endif
29 $ cd .. 29 $ cd ..
30 $ cat hg1.pid hg2.pid >> $DAEMON_PIDS 30 $ cat hg1.pid hg2.pid >> $DAEMON_PIDS
31 31