From 05c86bfcb2db2a9916b0ed99fdab273f6cbd47da Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 6 May 2023 14:45:09 -0400 Subject: * tests/scripts/features/comments: Add missing "1;" --- tests/scripts/features/comments | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1