summaryrefslogtreecommitdiff
path: root/t/11_utils.t
diff options
context:
space:
mode:
Diffstat (limited to 't/11_utils.t')
-rwxr-xr-xt/11_utils.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/11_utils.t b/t/11_utils.t
index 3d3cb55..3925e0d 100755
--- a/t/11_utils.t
+++ b/t/11_utils.t
@@ -10,11 +10,14 @@ use Test::More;
use Git::Annex;
use File::Spec::Functions qw(catfile rel2abs);
use t::Setup;
+use t::Util;
use Storable;
use Data::Compare;
use File::chdir;
use File::Basename qw(basename);
+plan skip_all => "git-annex not available" unless git_annex_available;
+
with_temp_annexes {
my $temp = shift;
my $annex = Git::Annex->new("source1");