Skip to content

Commit 26c8edc

Browse files
committed
test: Fix update-inetd typo in output message
1 parent 5919327 commit 26c8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/command.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ sub assertOutputMatches
140140
my $nmatches = scalar grep { m/\Q$string\E/ } split /\n/, $output;
141141
ok($nmatches == $n,
142142
"string '$string' appears $nmatches time(s) (expected $n) in " .
143-
"update-inet's output <<<$output>>>");
143+
"update-inetd's output <<<$output>>>");
144144
}
145145

146146
sub assertConffileMissing

0 commit comments

Comments
 (0)