summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-05-06 14:45:09 -0400
committerPaul Smith <psmith@gnu.org>2023-05-06 14:45:09 -0400
commit05c86bfcb2db2a9916b0ed99fdab273f6cbd47da (patch)
treea4b2d423a1d9f64094cc7d242704e19b151d7b31
parent06c75a35b93ac6ceacf0474e8b3a23d494fcea07 (diff)
downloadmake-git-05c86bfcb2db2a9916b0ed99fdab273f6cbd47da.tar.gz
* tests/scripts/features/comments: Add missing "1;"
-rw-r--r--tests/scripts/features/comments4
1 files changed, 3 insertions, 1 deletions
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;