test-
issue352: skip tests if platform does not support EOL in paths.
--- a/tests/test-issue352 Mon Aug 06 09:57:23 2007 +0200
+++ b/tests/test-issue352 Mon Aug 06 09:57:23 2007 +0200
@@ -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