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"