mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated test.sh
to only chown the user and not the group of the test directory.
This commit is contained in:
parent
24c25dfc78
commit
10e1c77a6f
2
test.sh
2
test.sh
@ -30,7 +30,7 @@ setUp() {
|
|||||||
source "$DEFUALT_CONF"
|
source "$DEFUALT_CONF"
|
||||||
|
|
||||||
# Create the testing conf from the default one
|
# Create the testing conf from the default one
|
||||||
mkdir -p "$TMP_DIR" && chown "$USERNAME":"$USERNAME" "$TMP_DIR"
|
mkdir -p "$TMP_DIR" && chown "$USERNAME" "$TMP_DIR"
|
||||||
cp "$DEFUALT_CONF" "$MSM_CONF" && chown "$USERNAME":"$USERNAME" "$MSM_CONF"
|
cp "$DEFUALT_CONF" "$MSM_CONF" && chown "$USERNAME":"$USERNAME" "$MSM_CONF"
|
||||||
|
|
||||||
# Overwrite the directories to use for testin purposes
|
# Overwrite the directories to use for testin purposes
|
||||||
|
Loading…
Reference in New Issue
Block a user