##// END OF EJS Templates
test-issue352: skip tests if platform does not support EOL in paths.
Patrick Mezard -
r5075:2184378b default
parent child Browse files
Show More
@@ -1,6 +1,8 b''
1 #!/bin/sh
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue352
2 # http://www.selenic.com/mercurial/bts/issue352
3
3
4 "$TESTDIR/hghave" eol-in-paths || exit 80
5
4 hg init foo
6 hg init foo
5 cd foo
7 cd foo
6
8
General Comments 0
You need to be logged in to leave comments. Login now