Mercurial > hg-stable
diff tests/test-push-cgi.t @ 22046:7a9cbb315d84
tests: replace exit 80 with #require
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 06 Aug 2014 11:43:59 -0500 |
parents | 6b618aa08b6e |
children | c739b1e4b203 |
line wrap: on
line diff
--- a/tests/test-push-cgi.t Wed Aug 06 10:34:54 2014 -0500 +++ b/tests/test-push-cgi.t Wed Aug 06 11:43:59 2014 -0500 @@ -1,4 +1,4 @@ - $ "$TESTDIR/hghave" no-msys || exit 80 # MSYS will translate web paths as if they were file paths +#require no-msys # MSYS will translate web paths as if they were file paths This is a test of the push wire protocol over CGI-based hgweb.