summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-10-29 10:37:35 -0400
committerMichael Vogt <michael.vogt@ubuntu.com>2010-10-29 10:37:35 -0400
commit0e1945c14bee88013ad03c3b58e088c704f7ffa9 (patch)
treef5fc881fe41d66b4831dc9aad6a61b8a5f48b178 /test/libapt/run-tests
parent8a91e5e7a018648178dc2bc399187496734a0639 (diff)
parent71626337ad5fe00a5f9b753829445084e8f5e790 (diff)
merged from debian
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"