aboutsummaryrefslogtreecommitdiffstats
path: root/t/100-clear-clears-all-branches-from-list.t
diff options
context:
space:
mode:
authorTeddy Wing2018-03-21 18:13:00 +0100
committerTeddy Wing2018-03-21 18:13:00 +0100
commit25991886eba08a3baa418d7b5f4e5e4eaa5df23b (patch)
tree3ebd3ecfce83ce5da79e6c442b16c0becfada4fd /t/100-clear-clears-all-branches-from-list.t
parent9a4abcc9b0e1121c89ae8a12be8eeb291e7dd34e (diff)
parent64fe9fc7fa4e073d6bb97cdee0d2914abb943391 (diff)
downloadgit-branch-list-25991886eba08a3baa418d7b5f4e5e4eaa5df23b.tar.bz2
Merge branch 'drop-multiple-branches'
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 $!;