summaryrefslogtreecommitdiff
path: root/t/22_annex-to-annex-dropunused.t
diff options
context:
space:
mode:
Diffstat (limited to 't/22_annex-to-annex-dropunused.t')
-rwxr-xr-xt/22_annex-to-annex-dropunused.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/22_annex-to-annex-dropunused.t b/t/22_annex-to-annex-dropunused.t
index 41db816..f1e533a 100755
--- a/t/22_annex-to-annex-dropunused.t
+++ b/t/22_annex-to-annex-dropunused.t
@@ -16,6 +16,7 @@ use File::Basename qw(dirname);
use File::Copy qw(copy);
plan skip_all => "device ID issues" if device_id_issues;
+plan skip_all => "git-annex not available" unless git_annex_available;
with_temp_annexes {
my (undef, undef, $source2) = @_;