Skip to content

Commit 1ab74a5

Browse files
committed
patch 8.1.1434: test 3 is old style
Problem: Test 3 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #4460)
1 parent eea1699 commit 1ab74a5

7 files changed

Lines changed: 5127 additions & 4460 deletions

File tree

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,6 @@ test_libvterm:
21812181
# These do not depend on the executable, compile it when needed.
21822182
test1 \
21832183
test_eval \
2184-
test3 \
21852184
test39 \
21862185
test42 test44 test48 test49 \
21872186
test52 test59 \

src/testdir/Make_all.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ SCRIPTS_FIRST = \
1313

1414
# Tests that run on all systems.
1515
SCRIPTS_ALL = \
16-
test3.out \
1716
test39.out \
1817
test42.out \
1918
test44.out \

src/testdir/Make_vms.mms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ VIMPROG = <->vim.exe
7373

7474
.SUFFIXES : .out .in
7575

76-
SCRIPT = test1.out test3.out \
76+
SCRIPT = test1.out \
7777
test39.out \
7878
test42.out test44.out test48.out test49.out \
7979
test64.out test69.out \

0 commit comments

Comments
 (0)