comparison tests/test-http.t @ 31768:49e9124cfc23

test-http: update output for Windows The http test simply wasn't updated in 161ab32b44a1 for Windows. It looks like the https test meant to glob away the error message in 3e2d8120528b, but forgot the '*', and was subsequently removed in 408f2202bd80.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 01 Apr 2017 18:30:51 -0400
parents aff7b32b3c05
children 806f9a883b4f
comparison
equal deleted inserted replaced
31767:6c800688afe1 31768:49e9124cfc23
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 'localhost:$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 'localhost:$HGPORT1': Address already in use 26 abort: cannot start server at 'localhost:$HGPORT1': Address already in use
27 [255] 27 [255]