From 1777ff2486e9f7d45cfedc0f335c8d628f5b0912 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 5 Feb 2020 21:10:03 -0700 Subject: fix typo Signed-off-by: Sean Whitton --- t/22_annex-to-annex-dropunused.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) = @_; -- cgit v1.2.3