diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-08-01 13:32:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-08-01 13:32:08 -0400 |
commit | cd341f153d21960fa9727de48c6f6a6b2c9bc684 (patch) | |
tree | 4dfc92d91a749d0ddb48c3f0463dd219e3314e2f /tests | |
parent | cb632251263ede89aca882f953fcb28dde88593b (diff) |
switch to using new checkperms script.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 159f9dc..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 |