about summary refs log tree commit homepage
path: root/t/over.t
diff options
context:
space:
mode:
Diffstat (limited to 't/over.t')
-rw-r--r--t/over.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/over.t b/t/over.t
index a92d2f77..1f2df7cf 100644
--- a/t/over.t
+++ b/t/over.t
@@ -90,8 +90,9 @@ $over->eidx_prep;
                         'example.kee:2018:deadbeefcafe' ],
                         'xref3 works forw two');
 
-        @arg = qw(1349 adeadba7cafe example.key);
-        is($over->remove_xref3(@arg), 1, 'remove first');
+        is($over->dbh->do(<<''), 1, 'remove first');
+DELETE FROM xref3 WHERE xnum = 2019 AND docid = 1349
+
         $xref3 = $over->get_xref3(1349);
         is_deeply($xref3, [ 'example.kee:2018:deadbeefcafe' ],
                 'confirm removal successful');