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.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/22_annex-to-annex-dropunused.t b/t/22_annex-to-annex-dropunused.t
index fd0322a..c8bd47a 100755
--- a/t/22_annex-to-annex-dropunused.t
+++ b/t/22_annex-to-annex-dropunused.t
@@ -8,10 +8,13 @@ use lib 't/lib';
use Test::More;
use File::Spec::Functions qw(rel2abs);
use t::Setup;
+use t::Util;
use File::chdir;
use File::Basename qw(dirname);
use File::Copy qw(copy);
+plan skip_all => "device ID issues" if device_id_issues;
+
# make sure that `make test` will always use the right version of the
# script we seek to test
my $a2a = "annex-to-annex";