summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-01 17:37:17 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-01 17:37:17 +0200
commitf4274feeef2e1c157457e3babb549ece5d4907f6 (patch)
treedaa9e3f1223d3f38fc12992b0c549d26dee3f61b /src
parentf9d5ca1de458c63711f7b361694e02ab0bee0cff (diff)
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
Diffstat (limited to 'src')
-rw-r--r--src/testdir/Make_dos.mak1
-rw-r--r--src/testdir/test72.in7
2 files changed, 4 insertions, 4 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 00ceed2644..063fd85646 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -49,6 +49,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
fixff:
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
+ -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q dotest.in
clean:
-del *.out
diff --git a/src/testdir/test72.in b/src/testdir/test72.in
index a38bd16ace..faf5c0a09b 100644
--- a/src/testdir/test72.in
+++ b/src/testdir/test72.in
@@ -25,6 +25,7 @@ u:.w! test.out
:set undofile
:bwipe!
:e Xtestfile
+:" TODO: this beeps
u:.w >>test.out
:"
:" Test 'undofile', add 10 lines, delete 6 lines, undo 3
@@ -53,8 +54,7 @@ uuu:w >>test.out
:" And now with encryption, cryptmethod=zip
:e! Xtestfile
:set undofile cm=zip
-ggdG
-imonday
+ggdGimonday
tuesday
wednesday
thursday
@@ -76,8 +76,7 @@ uu:w >>test.out
:" With encryption, cryptmethod=blowfish
:e! Xtestfile
:set undofile cm=blowfish
-ggdG
-ijan
+ggdGijan
feb
mar
apr