diff src/testdir/Make_all.mak @ 16564:6d9461653dc5 v8.1.1285

patch 8.1.1285: test17 is old style commit https://github.com/vim/vim/commit/f0ab01f6d868164ed0bb247b6f7b152e6929ef18 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 6 22:00:00 2019 +0200 patch 8.1.1285: test17 is old style Problem: Test17 is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4347)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 May 2019 22:15:05 +0200
parents 5e25171e0e75
children 6f52e82d9d4e
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -44,7 +44,6 @@ SCRIPTS_MORE2 = \
 
 # Tests that run on most systems, but not on VMS
 SCRIPTS_MORE4 = \
-	test17.out \
 	test30.out \
 	test59.out \
 	test72.out \
@@ -82,6 +81,7 @@ NEW_TESTS = \
 	test_channel \
 	test_charsearch \
 	test_charsearch_utf8 \
+	test_checkpath \
 	test_cindent \
 	test_clientserver \
 	test_close_count \
@@ -302,6 +302,7 @@ NEW_TESTS_RES = \
 	test_changelist.res \
 	test_channel.res \
 	test_charsearch.res \
+	test_checkpath.res \
 	test_cindent.res \
 	test_clientserver.res \
 	test_close_count.res \