Browse Source

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

The module already has 100% code coverage.
Guillem Jover 9 years ago
parent
commit
b2567f0035
1 changed files with 0 additions and 2 deletions
  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;