From 10e1c77a6f0607f82559d85094a94e04f661772f Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 01:08:42 +0100 Subject: [PATCH] Updated `test.sh` to only chown the user and not the group of the test directory. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index df4ca95..bc96ce7 100644 --- a/test.sh +++ b/test.sh @@ -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