patch 7.4.2157
Problem:    Test_job_start_fails() is expected to report memory leaks, making
            it hard to see other leaks in test_partial.
Solution:   Move Test_job_start_fails() to a separate test file.
diff --git a/src/Makefile b/src/Makefile
index 273fc9e..3559659 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2086,6 +2086,7 @@
 	test_history \
 	test_increment \
 	test_increment_dbcs \
+	test_job_fails \
 	test_join \
 	test_json \
 	test_jumps \