From ace846dcfbb404a1568707110f3636debda18a3e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 18 Nov 2020 15:07:13 +0100 Subject: [PATCH] fix test --- tests-ng/chmod-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-ng/chmod-install.sh b/tests-ng/chmod-install.sh index a36f481..1a2298f 100755 --- a/tests-ng/chmod-install.sh +++ b/tests-ng/chmod-install.sh @@ -191,7 +191,7 @@ _EOF # install echo "first install round" -cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 -V ${i} +cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 -V has_rights "${tmpd}/f777" "777" has_rights "${tmpd}/link" "777" @@ -224,7 +224,7 @@ chmod 700 ${tmpd}/linkchildren chmod 600 ${tmpd}/symlinktemplate echo "second install round" -cd ${ddpath} | ${bin} install -c ${cfg} -p p2 -f -V ${i} +cd ${ddpath} | ${bin} install -c ${cfg} -p p2 -f -V has_rights "${tmpd}/exists" "777" has_rights "${tmpd}/existslink" "777"