]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/02_version_dpkg.t
include function in instalsql for bin ver/src pkg linking
[debbugs.git] / t / 02_version_dpkg.t
index a5865a0e38030cb7642eb1416cdae27d1c31fdbf..e61345577e6eca9206b4ed054782614cdacac0ee 100644 (file)
@@ -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;