From d647990e8656fa3fce7903fd5e9dfddf8019bd4e Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 01:11:56 +0100 Subject: [PATCH] Updated `test.sh` to not set the group of the test conf file. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index bc96ce7..91763c7 100644 --- a/test.sh +++ b/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"