summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-08-01 13:32:08 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-08-01 13:32:08 -0400
commitcd341f153d21960fa9727de48c6f6a6b2c9bc684 (patch)
tree4dfc92d91a749d0ddb48c3f0463dd219e3314e2f /tests/basic
parentcb632251263ede89aca882f953fcb28dde88593b (diff)
switch to using new checkperms script.
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
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