updated for version 7.3.1302
Problem: Test 17 fails on MS-Windows. Includes line break in file name
everywhere.
Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included
file.
diff --git a/src/testdir/test17.in b/src/testdir/test17.in
index 9bc1d02..bc542c7 100644
--- a/src/testdir/test17.in
+++ b/src/testdir/test17.in
@@ -33,6 +33,7 @@
:" > nmake -f Make_dos.mak test17.out
:w! test.out
gf
+:set ff=unix
:w! test.out
:brewind
ENDTEST
@@ -130,9 +131,10 @@
:checkpath!
:redir END
:brewind
-:" replace "\" to "/" for Windows
+:" change "\" to "/" for Windows and fix 'fileformat'
:e test.out
:%s#\\#/#g
+:set ff&
:w
:q
ENDTEST