summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2010-10-28 21:19:57 +0200
committerMichael Vogt <mvo@debian.org>2010-10-28 21:19:57 +0200
commitf71b3b984f02daf49cba1141373da19d233d3fae (patch)
tree5c0733cbc93dfea370b65bbb65ba97f594833dc4 /test/libapt/run-tests
parentc1fa50e1502b2f3ab2ec44cad00c3af3f910615a (diff)
parent4b625b95a04a9d73c6682a3f9354112a394bb674 (diff)
merged from donkult
Diffstat (limited to 'test/libapt/run-tests')
-rwxr-xr-xtest/libapt/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/run-tests b/test/libapt/run-tests
index 0f55f7386..f5fc03446 100755
--- a/test/libapt/run-tests
+++ b/test/libapt/run-tests
@@ -4,7 +4,7 @@ set -e
local 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)
+(cd $DIR && make)
echo "Running all testcases …"
LDPATH="$DIR/../../build/bin"
EXT="_libapt_test"