X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=run-tests.sh;h=7b445502ea910a08e54bc4c84d146b9274e6a6b6;hb=9e17a644dfc33bba278205305b308d6d2874d2c1;hp=a01d47c1922df9481ecb7213405593b8956776d5;hpb=b7e682520c10f18efdd50901896291b7a74a72fc;p=apply-default-acl.git diff --git a/run-tests.sh b/run-tests.sh index a01d47c..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 <