]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/scripts/features/comments: Add missing "1;"
authorPaul Smith <psmith@gnu.org>
Sat, 6 May 2023 18:45:09 +0000 (14:45 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 6 May 2023 18:45:09 +0000 (14:45 -0400)
tests/scripts/features/comments

index 9257955f7b1b2c5a5d09c299ae5dbba6fadeda6e..a6458cd6bb081abf9d3576cf659301d80f29ecd0 100644 (file)
@@ -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;