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