Skip to content
Snippets Groups Projects
Commit 1f0c058d authored by Yury Umanets's avatar Yury Umanets
Browse files

- added recursive chmod for test_2g

parent a4dfa5b9
No related branches found
No related tags found
No related merge requests found
...@@ -427,14 +427,14 @@ setup_object() { ...@@ -427,14 +427,14 @@ setup_object() {
echo "" echo ""
echo "=================================================================" echo "================================================================="
chmod u+s $OBJPATH -R chmod u+s $OBJPATH
return $? return $?
} }
cleanup_object() { cleanup_object() {
local OBJPATH=$1 local OBJPATH=$1
chmod u-s $OBJPATH -R chmod u-s $OBJPATH
umount $OBJPATH >/dev/null 2>&1 umount $OBJPATH >/dev/null 2>&1
rm -fr $OBJPATH >/dev/null 2>&1 rm -fr $OBJPATH >/dev/null 2>&1
} }
...@@ -920,6 +920,7 @@ test_2g() { ...@@ -920,6 +920,7 @@ test_2g() {
echo "preparing mount object at $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT..." echo "preparing mount object at $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT..."
setup_object $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT \ setup_object $DIR/gns_test_2g/$OBJECT/$OBJECT/$OBJECT \
$OBJECT "-t ext2 $LOOP_DEV" || error $OBJECT "-t ext2 $LOOP_DEV" || error
chmod u+s $DIR/gns_test_2g
enable_gns enable_gns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment