mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated test.sh
to not set the group of the test conf file.
This commit is contained in:
parent
10e1c77a6f
commit
d647990e86
2
test.sh
2
test.sh
@ -31,7 +31,7 @@ setUp() {
|
||||
|
||||
# Create the testing conf from the default one
|
||||
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" "$MSM_CONF"
|
||||
|
||||
# Overwrite the directories to use for testin purposes
|
||||
echo "" >> "$MSM_CONF"
|
||||
|
Loading…
Reference in New Issue
Block a user