aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--build.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72b3b041d..a22670ea7 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,6 @@ test: ${JQ}
@@echo " - Making Test Suite Directory:" ${TEST_DIR}
@@mkdir -p ${TEST_DIR}
- @@mkdir -p ${TEST_DIR}/tests/
@@echo " - Removing any old tests"
@@rm -f ${TEST_DIR}/tests/*
diff --git a/build.xml b/build.xml
index 839214fbe..4aa500719 100644
--- a/build.xml
+++ b/build.xml
@@ -61,7 +61,6 @@
<target name="test" depends="jquery">
<echo message="Building Test Suite" />
<delete dir="${TEST_DIR}" />
- <mkdir dir="${TEST_DIR}/tests" />
<mkdir dir="${TEST_DIR}/js" />
<copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" />
<copy todir="${TEST_DIR}/js">