Correct test descriptions

This commit is contained in:
Eric A. Miller
2018-04-11 19:56:36 -04:00
parent aceed9cc52
commit d13adfee80
19 changed files with 19 additions and 19 deletions

View File

@@ -139,7 +139,7 @@ sub os : Tests(2) {
my $test = shift;
can_ok( $test->{info}, 'os' );
is( $test->{info}->os(), 'avocent', q(Vendor returns 'avocent') );
is( $test->{info}->os(), 'avocent', q(OS returns 'avocent') );
}
sub os_ver : Tests(6) {