Просмотр исходного кода

scripts/t: Remove note that Dpkg_Getopt.t needs actual test cases

The module already has 100% code coverage.
Guillem Jover лет назад: 11
Родитель
Сommit
b2567f0035
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      scripts/t/Dpkg_Getopt.t

+ 0 - 2
scripts/t/Dpkg_Getopt.t

@@ -32,6 +32,4 @@ is_deeply(\@ARGV, \@expect_argv, 'unbundle short options');
 @expect_argv = qw(--option-a --option-b value --option-c value);
 is_deeply(\@ARGV, \@expect_argv, 'unbundle long options');
 
-# TODO: Add actual test cases.
-
 1;