X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F02_version_dpkg.t;h=e61345577e6eca9206b4ed054782614cdacac0ee;hb=00150631938a24e45b4b9a044d23c08fd9cfcf42;hp=a5865a0e38030cb7642eb1416cdae27d1c31fdbf;hpb=d67c6749bb33c3c3317334c06fc15f491952821b;p=debbugs.git diff --git a/t/02_version_dpkg.t b/t/02_version_dpkg.t index a5865a0..e613455 100644 --- a/t/02_version_dpkg.t +++ b/t/02_version_dpkg.t @@ -40,16 +40,6 @@ my @versions = ({a => '1.0-1', result => -1, relation => 'lt', }, - {a => 'foo-', - b => 'foo', - result => 0, - relation => 'eq', - }, - {a => 'foo-', - b => 'foo+', - result => -1, - relation => 'lt', - }, ); plan tests => @versions * 2 + 1;