comparison tests/test-clone-cgi.t @ 15567:8b84d040d9f9

tests: introduce 'hghave msys' to skip tests that would fail because of msys
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 21 Nov 2011 01:49:20 +0100
parents aa3f726a2bdb
children e8efcc8ff5c0
comparison
equal deleted inserted replaced
15566:7786b7dfbc46 15567:8b84d040d9f9
1 $ "$TESTDIR/hghave" no-msys || exit 80 # MSYS will translate web paths as if they were file paths
2
1 This is a test of the wire protocol over CGI-based hgweb. 3 This is a test of the wire protocol over CGI-based hgweb.
2 initialize repository 4 initialize repository
3 5
4 $ hg init test 6 $ hg init test
5 $ cd test 7 $ cd test