summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-05 21:10:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-05 21:10:06 -0700
commit1777ff2486e9f7d45cfedc0f335c8d628f5b0912 (patch)
tree904ced63b46b4c0c81ba89f3cc0d1ad0aa2d5542
parent3b6ab254c96787f91ddd588b7548fc590fa8d5b8 (diff)
downloadp5-Git-Annex-1777ff2486e9f7d45cfedc0f335c8d628f5b0912.tar.gz
fix typo
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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) = @_;