Переглянути джерело

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

The module already has 100% code coverage.
Guillem Jover 11 роки тому
батько
коміт
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;