From 4c6f9a39621fdae852e0655b7db3d61f03c716c5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 11 Aug 2021 11:26:16 +0000 Subject: treewide: use *nix-specific dirname regexps 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. --- t/init.t | 1 - 1 file changed, 1 deletion(-) (limited to 't') 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) = @_; -- cgit v1.2.3-24-ge0c7