summaryrefslogtreecommitdiff
path: root/t/12_unused.t
diff options
context:
space:
mode:
Diffstat (limited to 't/12_unused.t')
-rwxr-xr-xt/12_unused.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/12_unused.t b/t/12_unused.t
index 2a7b9bd..7fda274 100755
--- a/t/12_unused.t
+++ b/t/12_unused.t
@@ -17,6 +17,8 @@ use File::Slurp;
use File::Spec::Functions qw(catfile);
use Scalar::Util qw(looks_like_number);
+plan skip_all => "git-annex not available" unless git_annex_available;
+
with_temp_annexes {
my (undef, $source1) = @_;
$source1->rm("foo/foo2/baz");