comparison tests/test-issue352 @ 5091:2184378b20b5

test-issue352: skip tests if platform does not support EOL in paths.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 06 Aug 2007 09:57:23 +0200
parents b90e323a4781
children
comparison
equal deleted inserted replaced
5090:e86788af599a 5091:2184378b20b5
1 #!/bin/sh 1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue352 2 # http://www.selenic.com/mercurial/bts/issue352
3
4 "$TESTDIR/hghave" eol-in-paths || exit 80
3 5
4 hg init foo 6 hg init foo
5 cd foo 7 cd foo
6 8
7 A=`printf 'he\rllo'` 9 A=`printf 'he\rllo'`