summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-03 21:17:34 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-03 21:17:34 +0200
commiteffb0cd75de647a2a0bf95cb26eaa2feee8068d9 (patch)
tree4ea816758ce63831ec4e1f696ad4ec64a604a887 /src/testdir/Make_all.mak
parent442af2f89e29fb60790bffde2def9cd74a081780 (diff)
patch 8.2.1123: Python 3 test is old stylev8.2.1123
Problem: Python 3 test is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 14062d8396..12aeffe68a 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -20,15 +20,12 @@ SCRIPTS_ALL = \
# Tests that run on most systems, but not on Amiga.
SCRIPTS_MORE1 = \
- test52.out \
- test87.out
-
+ test52.out
# Tests that run on most systems, but not on Amiga and DOS/Windows.
SCRIPTS_MORE2 = \
test49.out
-
# Tests that run on most systems, but not on VMS
SCRIPTS_MORE4 = \
test59.out
@@ -36,7 +33,6 @@ SCRIPTS_MORE4 = \
# Tests specifically for MS-Windows.
SCRIPTS_WIN32 =
-
# Tests for the GUI.
SCRIPTS_GUI =
@@ -309,7 +305,6 @@ NEW_TESTS = \
test_alot_utf8 \
test_alot
-
# Test targets that use runtest.vim.
# Keep test_alot*.res as the last one, sort the others.
# test_largefile.res is omitted, it uses too much resources to run on CI.