diff --git a/t/argument-check.t b/t/argument-check.t index f2649c6..732ab32 100755 --- a/t/argument-check.t +++ b/t/argument-check.t @@ -48,6 +48,7 @@ foreach my $key ( sort keys %OPTIONS ) next if ( $key =~ /mirror_/i ); next if ( $key =~ /_options/i ); + next if ( $key =~ /(serial_device|disk_device)/i ); is( $found, 1 , " Found documentation for '$key'" ); }