commit | 310e2dbaee1b3569948528df10fceec6ebc1872c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 14:20:41 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 14:20:41 2014 +0200 |
tree | 27b20b9dc9e387b9a95e4e5807b0bede4facbaa7 | |
parent | b4d213551848414c29eb8d84394c1297a080e7a0 [diff] [blame] |
updated for version 7.4.366 Problem: Can't run the linebreak test on MS-Windows. Solution: Fix the output file name. (Taro Muraoka)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 3c0682b..bffdec5 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak
@@ -37,7 +37,7 @@ test105.out test106.out test107.out\ test_autoformat_join.out \ test_breakindent.out \ - test_listlbr \ + test_listlbr.out \ test_eval.out \ test_options.out