From 3cde24138ac06e384965db2944e858d2110ecacb Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Wed, 24 Mar 2021 14:25:15 -0400 Subject: Fix install -t --- tests/install.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/install.test') diff --git a/tests/install.test b/tests/install.test index 228d2470..b1113c0f 100755 --- a/tests/install.test +++ b/tests/install.test @@ -13,3 +13,7 @@ testing "install -D exists" \ "mkdir -p a; touch a/b; install -D random a/b && cmp random a/b && echo yes" \ "yes\n" "" "" rm -rf a random +testing "install -D -t creates directory" \ + "touch a; install -Dt b a && echo yes" \ + "yes\n" "" "" +rm -rf a b -- cgit v1.2.3