From: Jörn Zaefferer Date: Sat, 16 Sep 2006 12:23:28 +0000 (+0000) Subject: Refactored test suite: tests subdir not needed anymore X-Git-Tag: 1.0.2~63 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ebf2f979c5efe6b234821f5e3b93c59da7f0aa3;p=jquery.git Refactored test suite: tests subdir not needed anymore --- 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 @@ -