From 447c76f601fc1dedfd8e9cc333b8e576b96d1d0c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 23 Jan 2000 07:05:16 +0000 Subject: * A few fixes. --- tests/scripts/features/include | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/scripts/features/include') diff --git a/tests/scripts/features/include b/tests/scripts/features/include index 2a48fbd..60f4482 100644 --- a/tests/scripts/features/include +++ b/tests/scripts/features/include @@ -51,8 +51,11 @@ $answer = "This is another included makefile\n"; # the -include suppressed it during the makefile read phase, we should # see one during the makefile run phase). -&run_make_with_options($makefile, "error", &get_logfile, 512); -$answer = "$make_name: *** No rule to make target `makeit.mk', needed by `error'.\n"; -&compare_output($answer, &get_logfile(1)); +# The fix to this caused more problems than the error, so I removed it. +# pds -- 22 Jan 2000 + +#&run_make_with_options($makefile, "error", &get_logfile, 512); +#$answer = "$make_name: *** No rule to make target `makeit.mk', needed by `error'.\n"; +#&compare_output($answer, &get_logfile(1)); 1; -- cgit v1.2.3