X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fbasic;h=6fe323798052523612d3db2964933fabf0847d32;hb=cd341f153d21960fa9727de48c6f6a6b2c9bc684;hp=dc5edb5bd0c25dee3bd53a10910a218694cf06ee;hpb=c49c9bc21a6877cd3a7a610c00efcffbc1c29273;p=monkeysphere.git diff --git a/tests/basic b/tests/basic index dc5edb5..6fe3237 100755 --- a/tests/basic +++ b/tests/basic @@ -159,7 +159,7 @@ export DISPLAY=monkeys ## we cannot do proper directory permissions checking if the current ## working directory has unsatisfactory permissions: -if ( . "$MONKEYSPHERE_SYSSHAREDIR"/common && check_key_file_permissions $(whoami) "$TEMPDIR" ) ; then +if "$MONKEYSPHERE_SYSSHAREDIR"/checkperms $(whoami) "$TEMPDIR"; then echo "Permissions on temporary directory '$TEMPDIR' are OK for permissions checks." TEMPDIR_PERMISSIONS_SAFE=yes else @@ -187,7 +187,7 @@ EOF # permission checks. # it should operate by analogy with StrictModes from sshd_config(5) - export MONKEYSPHERE_STRICT_MODES=no + export MONKEYSPHERE_STRICT_MODES=false fi