diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-02 16:10:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-02 16:10:39 +0200 |
commit | aa970abd0a987de96321d33db82f70bbceac931b (patch) | |
tree | cc8ef467c00b6274b7e221caa7850f22bcd667fc /src/Makefile | |
parent | 8b89614e69b9b2330539d0482e44f4724053e780 (diff) | |
download | vim-git-aa970abd0a987de96321d33db82f70bbceac931b.tar.gz |
patch 8.2.1354: test 59 is old stylev8.2.1354
Problem: Test 59 is old style.
Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d34a60891..148126d1c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2310,7 +2310,7 @@ test_libvterm: # Run individual OLD style test. # These do not depend on the executable, compile it when needed. -test1 test49 test59: +test1 test49: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) # Run individual NEW style test. |