From 5c685ff329b8604ecc199e6db2966b73eb4b6942 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 14 Nov 2007 19:52:48 +0000 Subject: [PATCH 1/1] b=13769 i=Adilger remove chmod 700 --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index ecb8c49..8dd76dea 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -103,7 +103,7 @@ for NAME in $CONFIGS; do rm -f /mnt/lustre/`hostname`/client.txt fi - chown $UID $MOUNT && chmod 700 $MOUNT + chown $UID $MOUNT which bonnie++ > /dev/null 2>&1 || BONNIE=no if [ "$BONNIE" != "no" ]; then title bonnie -- 1.8.3.1