From 8291fd759cb6ab776e7c10238a560766bf73a19d Mon Sep 17 00:00:00 2001
From: yury <yury>
Date: Tue, 26 Apr 2005 13:43:38 +0000
Subject: [PATCH] - recursive chmod u+s for test 2g

---
 lustre/tests/sanity-gns.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/sanity-gns.sh b/lustre/tests/sanity-gns.sh
index 3dce90b1d4..ff3cec14a3 100644
--- a/lustre/tests/sanity-gns.sh
+++ b/lustre/tests/sanity-gns.sh
@@ -920,7 +920,7 @@ test_2g() {
     echo "preparing mount object at $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT..."
     setup_object $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT \
 $OBJECT "-t ext2 $LOOP_DEV" || error
-    chmod u+s $DIR/gns_test_2g
+    chmod u+s $DIR/gns_test_2g -R
 
     enable_gns
 
-- 
GitLab