comparison tests/test-static-http.t @ 15446:c5c9ca3719f9

tests: use 'hghave serve' to guard tests that requires serve daemon management
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:24:53 +0100
parents ccb7240acf32
children 9c892c830a72
comparison
equal deleted inserted replaced
15445:7cbb81c47025 15446:c5c9ca3719f9
1 $ "$TESTDIR/hghave" serve || exit 80
1 2
2 $ hg clone http://localhost:$HGPORT/ copy 3 $ hg clone http://localhost:$HGPORT/ copy
3 abort: error: Connection refused 4 abort: error: Connection refused
4 [255] 5 [255]
5 $ test -d copy 6 $ test -d copy