Skip to content

Commit 895190d

Browse files
committed
tests: Corrected plural s in output
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 0215002 commit 895190d

7 files changed

Lines changed: 14 additions & 14 deletions

tests/lint/002_ifvarclass.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
ifvarclass => "cfengine";
44
^--------^
55
Deprecation: Use 'if' instead of 'ifvarclass' at tests/lint/002_ifvarclass.x.cf:5:7
6-
FAIL: tests/lint/002_ifvarclass.x.cf (1 errors)
7-
Failure, 1 errors in total.
6+
FAIL: tests/lint/002_ifvarclass.x.cf (1 error)
7+
Failure, 1 error in total.

tests/lint/003_deprecated_promise_type.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
defaults:
44
^-------^
55
Deprecation: Promise type 'defaults' is deprecated at tests/lint/003_deprecated_promise_type.x.cf:3:3
6-
FAIL: tests/lint/003_deprecated_promise_type.x.cf (1 errors)
7-
Failure, 1 errors in total.
6+
FAIL: tests/lint/003_deprecated_promise_type.x.cf (1 error)
7+
Failure, 1 error in total.

tests/lint/004_bundle_name_lowercase.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
bundle agent MyBundle
33
^------^
44
Convention: Bundle name should be lowercase at tests/lint/004_bundle_name_lowercase.x.cf:1:14
5-
FAIL: tests/lint/004_bundle_name_lowercase.x.cf (1 errors)
6-
Failure, 1 errors in total.
5+
FAIL: tests/lint/004_bundle_name_lowercase.x.cf (1 error)
6+
Failure, 1 error in total.

tests/lint/005_bundle_type.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
bundle notavalidtype my_bundle
33
^-----------^
44
Error: Bundle type must be one of (agent, common, monitor, server, edit_line, edit_xml), not 'notavalidtype' at tests/lint/005_bundle_type.x.cf:1:8
5-
FAIL: tests/lint/005_bundle_type.x.cf (1 errors)
6-
Failure, 1 errors in total.
5+
FAIL: tests/lint/005_bundle_type.x.cf (1 error)
6+
Failure, 1 error in total.

tests/lint/006_syntax_error.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
reports
44
^-----^
55
Error: Syntax error at tests/lint/006_syntax_error.x.cf:3:3
6-
FAIL: tests/lint/006_syntax_error.x.cf (1 errors)
7-
Failure, 1 errors in total.
6+
FAIL: tests/lint/006_syntax_error.x.cf (1 error)
7+
Failure, 1 error in total.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: Empty policy file 'tests/lint/007_empty_file.x.cf'
2-
FAIL: tests/lint/007_empty_file.x.cf (1 errors)
3-
Failure, 1 errors in total.
2+
FAIL: tests/lint/007_empty_file.x.cf (1 error)
3+
Failure, 1 error in total.

tests/lint/008_namespace.output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"x" string => default:target("arg");
44
^------------^
55
Error: Call to unknown function / bundle / body 'default:target' at at tests/lint/008_namespace.x.cf:15:19
6-
FAIL: tests/lint/008_namespace.x.cf (1 errors)
7-
Failure, 1 errors in total.
6+
FAIL: tests/lint/008_namespace.x.cf (1 error)
7+
Failure, 1 error in total.

0 commit comments

Comments
 (0)