commit | d73895ec00b56e22bf4f95857aa88dd129e11d06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 21:17:31 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 21:17:31 2013 +0200 |
tree | 97c0c39fe452394cb97fb7d9aa6b3763cf28c321 | |
parent | 22f93c700f79577a395d28b186a900bae20fd5b9 [diff] [blame] |
updated for version 7.3.1223 Problem: Tests fail on MS-Windows. Solution: Avoid depending on OS version. Use DOS commands instead of Unix commands. (Taro Muraoka, Ken Takata)
diff --git a/src/testdir/test77.in b/src/testdir/test77.in index 8ac7e10..0dbc4fc 100644 --- a/src/testdir/test77.in +++ b/src/testdir/test77.in
@@ -23,6 +23,7 @@ :w! Xtest :r !cksum Xtest :s/\s/ /g +:set fileformat& :.w! test.out :qa! ENDTEST