From fe8fdf5fe39211256ad614fc1290bf5cf0a50221 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Mon, 21 Jun 2021 14:14:40 +0300 Subject: tests: fix failed testcases Signed-off-by: Alexey Gladkov --- t/config.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/config.t b/t/config.t index 877e5d5d..ac2a7453 100644 --- a/t/config.t +++ b/t/config.t @@ -4,8 +4,6 @@ use strict; use v5.10.1; use PublicInbox::TestCommon; use PublicInbox::Import; -use_ok 'PublicInbox'; -ok(defined(eval('$PublicInbox::VERSION')), 'VERSION defined'); use_ok 'PublicInbox::Config'; my ($tmpdir, $for_destroy) = tmpdir(); -- 2.25.4