Updated test.sh to only chown the user and not the group of the test directory.

This commit is contained in:
Marcus Whybrow 2012-06-06 01:08:42 +01:00
parent 24c25dfc78
commit 10e1c77a6f

View File

@ -30,7 +30,7 @@ setUp() {
source "$DEFUALT_CONF"
# 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"
# Overwrite the directories to use for testin purposes