aboutsummaryrefslogtreecommitdiffstats
path: root/t/100-clear-clears-all-branches-from-list.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-clear-clears-all-branches-from-list.t')
-rw-r--r--t/100-clear-clears-all-branches-from-list.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/100-clear-clears-all-branches-from-list.t b/t/100-clear-clears-all-branches-from-list.t
index 952d68a..2e53350 100644
--- a/t/100-clear-clears-all-branches-from-list.t
+++ b/t/100-clear-clears-all-branches-from-list.t
@@ -4,9 +4,7 @@ use strict;
use Test::More;
-use File::Spec;
-
-my $BIN = File::Spec->rel2abs('git-branch-list');
+use Bin qw($BIN);
chdir 't-git-repo' or die $!;