From: Paul Smith Date: Sat, 6 May 2023 18:45:09 +0000 (-0400) Subject: * tests/scripts/features/comments: Add missing "1;" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05c86bfcb2db2a9916b0ed99fdab273f6cbd47da;p=thirdparty%2Fmake.git * tests/scripts/features/comments: Add missing "1;" --- diff --git a/tests/scripts/features/comments b/tests/scripts/features/comments index 9257955f..a6458cd6 100644 --- a/tests/scripts/features/comments +++ b/tests/scripts/features/comments @@ -32,4 +32,6 @@ $answer = "There should be no errors for this makefile.\n"; # COMPARE RESULTS -&compare_output($answer,&get_logfile(1)) +&compare_output($answer,&get_logfile(1)); + +1;