commit | ce2ec0a82a778ff4d79a2c3309f6cac079d7b5ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 17:10:19 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 17:10:19 2016 +0100 |
tree | 9383753723f0ffeada1a16ede4e2dff947c46679 | |
parent | 85a7cb4dcf50aa562ff1fc872bfc1b50a5a9e368 [diff] [blame] |
patch 7.4.1573 Problem: Tests get stuck at the more prompt. Solution: Move the backspace test out of test_alot.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 1885bd7..84474d9 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -170,6 +170,7 @@ # Keep test_alot.res as the last one, sort the others. NEW_TESTS = test_arglist.res \ test_assert.res \ + test_backspace_opt.res \ test_cdo.res \ test_channel.res \ test_hardcopy.res \