]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/over.t
extindex: fix delete (`d') handling
[public-inbox.git] / t / over.t
index 56c20d01799ce7a244eaa82fc3abb13b524efebe..22061249e6370e1e79969a51add351416e275817 100644 (file)
--- a/t/over.t
+++ b/t/over.t
@@ -91,7 +91,7 @@ $over->eidx_prep;
                        'xref3 works forw two');
 
        @arg = qw(1349 adeadba7cafe example.key);
-       ok($over->remove_xref3(@arg), 'remove first');
+       is($over->remove_xref3(@arg), 1, 'remove first');
        $xref3 = $over->get_xref3(1349);
        is_deeply($xref3, [ 'example.kee:2018:deadbeefcafe' ],
                'confirm removal successful');