##// END OF EJS Templates
tests: work around msys bash mangling of paths in test-mq.t
Mads Kiilerich -
r18733:1663fe10 default
parent child Browse files
Show More
@@ -1567,12 +1567,13 b' Test that secret mq patch does not break'
1567 1567 > wsgicgi.launch(app)
1568 1568 > HGWEB
1569 1569 $ . "$TESTDIR/cgienv"
1570 #if msys
1571 $ PATH_INFO=//tags; export PATH_INFO
1572 #else
1570 1573 $ PATH_INFO=/tags; export PATH_INFO
1574 #endif
1571 1575 $ QUERY_STRING='style=raw'
1572 $ python hgweb.cgi | grep -v ETag:
1573 Status: 200 Script output follows\r (esc)
1574 Content-Type: text/plain; charset=ascii\r (esc)
1575 \r (esc)
1576 $ python hgweb.cgi | grep '^tip'
1576 1577 tip [0-9a-f]{40} (re)
1577 1578
1578 1579 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now