patch 7.4.1072
Problem:    Increment test is old style.
Solution:   Make the increment test a new style test. (Hirohito Higashi)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 2ad039c..f392451 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -102,7 +102,6 @@
 	test_erasebackword.out \
 	test_eval.out \
 	test_fixeol.out \
-	test_increment.out \
 	test_insertcount.out \
 	test_listchars.out \
 	test_listlbr.out \
@@ -174,6 +173,7 @@
 # Keep test_alot.res as the last one, sort the others.
 NEW_TESTS = test_assert.res \
 	    test_cdo.res \
+	    test_increment.res \
 	    test_quickfix.res \
 	    test_viml.res \
 	    test_alot.res