test-issue352: skip tests if platform does not support EOL in paths.
authorPatrick Mezard <pmezard@gmail.com>
Mon, 06 Aug 2007 09:57:23 +0200
changeset 5091 2184378b20b5
parent 5090 e86788af599a
child 5092 4f37ce544c16
test-issue352: skip tests if platform does not support EOL in paths.
tests/test-issue352
--- a/tests/test-issue352
+++ b/tests/test-issue352
@@ -1,6 +1,8 @@
 #!/bin/sh
 # http://www.selenic.com/mercurial/bts/issue352
 
+"$TESTDIR/hghave" eol-in-paths || exit 80
+
 hg init foo
 cd foo