about summary refs log tree commit homepage
path: root/t/init.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-08-11 11:26:16 +0000
committerEric Wong <e@80x24.org>2021-08-11 21:50:07 +0000
commit4c6f9a39621fdae852e0655b7db3d61f03c716c5 (patch)
treed91b297663320570c965e12f1bd32f100d56e34a /t/init.t
parent0bbfa2553c63fafca3a502a887c575bd8d401a0a (diff)
downloadpublic-inbox-4c6f9a39621fdae852e0655b7db3d61f03c716c5.tar.gz
None of our code elsewhere accounts for non-*nix pathnames and
it's not worth our time to start.  So stop wasting CPU cycles
giving the illusion that we'd care about non-*nix pathnames.
Diffstat (limited to 't/init.t')
-rw-r--r--t/init.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/init.t b/t/init.t
index 7382e05b..efa3314d 100644
--- a/t/init.t
+++ b/t/init.t
@@ -6,7 +6,6 @@ use Test::More;
 use PublicInbox::Config;
 use PublicInbox::TestCommon;
 use PublicInbox::Admin;
-use File::Basename;
 my ($tmpdir, $for_destroy) = tmpdir();
 sub quiet_fail {
         my ($cmd, $msg) = @_;