diff src/testdir/test71.in @ 4956:5cd32322154c v7.3.1223

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Jun 2013 21:17:31 +0200
parents d8e4b27cef80
children d6ceddc0be86
line wrap: on
line diff
--- a/src/testdir/test71.in
+++ b/src/testdir/test71.in
@@ -8,7 +8,7 @@ STARTTEST
 :let cm0_bytes = getline('.', '.')
 :/^start of cm=blowfish bytes/+1
 :let cm1_bytes = getline('.', '.')
-:bwipe
+:bwipe!
 :call append(0, text_lines)
 :$d
 :X