tests/test-tools.t
changeset 26950 6686ae524f94
parent 24361 8de8cd34f2e3
child 32940 75be14993fda
--- a/tests/test-tools.t	Thu Nov 12 14:29:02 2015 -0800
+++ b/tests/test-tools.t	Mon Nov 09 12:49:31 2015 -0500
@@ -43,7 +43,13 @@
   foo: mode=644
 #endif
 
+#if no-windows
   $ python $TESTDIR/seq.py 10 > bar
+#else
+Convert CRLF -> LF for consistency
+  $ python $TESTDIR/seq.py 10 | sed "s/$//" > bar
+#endif
+
 #if unix-permissions symlink
   $ chmod +x bar
   $ f bar --newer foo --mode --type --size --dump --links --bytes 7