X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=run-tests.sh;h=97cd281ee446377118302cff35f7237c50526ef1;hb=f15d645e56167afc4490e5735c999705456a66ec;hp=4bfd36461bbe3cd944792df67785938046326986;hpb=950ef1a3228a2c6427dbd8f836100d0d91221740;p=apply-default-acl.git diff --git a/run-tests.sh b/run-tests.sh index 4bfd364..97cd281 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,5 +1,8 @@ #!/bin/bash +# The program name. +BIN=./src/reapply_default_acl + # The directory where we'll do all the ACL manipulation. TESTDIR=test @@ -37,7 +40,7 @@ setfacl -d -m group::r-- "${TESTDIR}" setfacl -d -m other::r-- "${TESTDIR}" touch "${TARGET}" chmod 777 "${TARGET}" -./aclq "${TARGET}" +$BIN "${TARGET}" EXPECTED=$(cat <