From fc6b847976ebd9ccaa4b877112f730485c77a488 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 13 Aug 2012 02:39:01 +0100 Subject: [PATCH] Fix travis not finding versioning files --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index 83bb604..0b12894 100644 --- a/test.sh +++ b/test.sh @@ -31,6 +31,9 @@ setUp() { # Create the testing conf from the default one mkdir -p "$TMP_DIR" && chown "$USERNAME" "$TMP_DIR" cp "$DEFUALT_CONF" "$MSM_CONF" && chown "$USERNAME" "$MSM_CONF" + + # Coppy versioning files + cp -r "${DIR}/versioning" "${TMP_DIR}/versioning" # Overwrite variables to use for testing purposes echo "" >> "$MSM_CONF"