Updated test.sh to not set the group of the test conf file.

This commit is contained in:
Marcus Whybrow 2012-06-06 01:11:56 +01:00
parent 10e1c77a6f
commit d647990e86

View File

@ -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"