summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/libapt/run-tests')
-rwxr-xr-xtest/libapt/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libapt/run-tests b/test/libapt/run-tests
index 4b71c2097..c81520bef 100755
--- a/test/libapt/run-tests
+++ b/test/libapt/run-tests
@@ -3,7 +3,6 @@ set -e
DIR=$(readlink -f $(dirname $0))
echo "Compiling the tests …"
-test -d "$DIR/../../build/obj/test/libapt/" || mkdir -p "$DIR/../../build/obj/test/libapt/"
(cd $DIR && make)
echo "Running all testcases …"
LDPATH="$DIR/../../build/bin"