commit | e8938e507e5dbeea25accd3586cd9aca13e5bf64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 11:34:28 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 11:34:28 2012 +0200 |
tree | 3d63e942934a1845e3f3e55f47cc3bd98322b29a | |
parent | ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6 [diff] [blame] |
updated for version 7.3.510 Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
diff --git a/src/testdir/test77.in b/src/testdir/test77.in index 441845c..8ac7e10 100644 --- a/src/testdir/test77.in +++ b/src/testdir/test77.in
@@ -21,7 +21,9 @@ :while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile ggdd :w! Xtest -:!cksum Xtest > test.out +:r !cksum Xtest +:s/\s/ /g +:.w! test.out :qa! ENDTEST