X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=run-tests.sh;h=7b445502ea910a08e54bc4c84d146b9274e6a6b6;hb=9e17a644dfc33bba278205305b308d6d2874d2c1;hp=4bfd36461bbe3cd944792df67785938046326986;hpb=950ef1a3228a2c6427dbd8f836100d0d91221740;p=apply-default-acl.git diff --git a/run-tests.sh b/run-tests.sh index 4bfd364..7b44550 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,5 +1,8 @@ #!/bin/bash +# The program name. +BIN=./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 <