summaryrefslogtreecommitdiff
path: root/t/21_annex-to-annex.t
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:53:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:55:23 -0700
commitd5003c566d49b2c43726dc0575dd934476e5f9a4 (patch)
treecc193a6cffd1a7ec469090c82f820e7ed53c6f4b /t/21_annex-to-annex.t
parent0e8636ba575c0125437d445d56bab18c393fb331 (diff)
downloadp5-Git-Annex-d5003c566d49b2c43726dc0575dd934476e5f9a4.tar.gz
skip most tests when git-annex not available
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 't/21_annex-to-annex.t')
-rwxr-xr-xt/21_annex-to-annex.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/21_annex-to-annex.t b/t/21_annex-to-annex.t
index 9589b59..0e68d94 100755
--- a/t/21_annex-to-annex.t
+++ b/t/21_annex-to-annex.t
@@ -16,6 +16,7 @@ use File::Spec::Functions qw(catfile rel2abs);
use File::chdir;
plan skip_all => "device ID issues" if device_id_issues;
+plan skip_all => "git-annex not available" unless git_annex_available;
my ($output, $error, $exit, @output);