summaryrefslogtreecommitdiff
path: root/t/13_batchcommand.t
diff options
context:
space:
mode:
Diffstat (limited to 't/13_batchcommand.t')
-rwxr-xr-xt/13_batchcommand.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/13_batchcommand.t b/t/13_batchcommand.t
index bb529a4..d1777bf 100755
--- a/t/13_batchcommand.t
+++ b/t/13_batchcommand.t
@@ -9,9 +9,12 @@ use Test::More;
use Git::Annex;
use Git::Annex::BatchCommand;
use t::Setup;
+use t::Util;
use Scalar::Util qw(looks_like_number);
use Try::Tiny;
+plan skip_all => "git-annex not available" unless git_annex_available;
+
with_temp_annexes {
my (undef, $source1) = @_;