From bb962262eb6b18d93161d7506317d215ae80bfe5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 Mar 2017 00:01:35 +0100 Subject: patch 8.0.0430: options test fails or hangs on MS-Windows Problem: Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures. --- src/testdir/Make_all.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 53fb829282..a0f0036f3c 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -181,6 +181,7 @@ NEW_TESTS = test_arabic.res \ test_netbeans.res \ test_normal.res \ test_number.res \ + test_options.res \ test_packadd.res \ test_paste.res \ test_perl.res \ -- cgit v1.2.3