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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/22_annex-to-annex-dropunused.t b/t/22_annex-to-annex-dropunused.t
index 88affd7..fd0322a 100755
--- a/t/22_annex-to-annex-dropunused.t
+++ b/t/22_annex-to-annex-dropunused.t
@@ -18,7 +18,7 @@ my $a2a = "annex-to-annex";
my $a2a_du = "annex-to-annex-dropunused";
$a2a = rel2abs "blib/script/annex-to-annex" if -x "blib/script/annex-to-annex";
$a2a_du = rel2abs "blib/script/annex-to-annex-dropunused"
- if -x "blib/script/annex-to-annex-dropunuesd";
+ if -x "blib/script/annex-to-annex-dropunused";
with_temp_annexes {
my (undef, undef, $source2) = @_;