]> git.saurik.com Git - apt.git/blobdiff - test/libapt/run-tests
merged from apt-get-changelog
[apt.git] / test / libapt / run-tests
index 0f55f7386b1f9d2c781a6b5d3e4178f8bd42abae..f5fc0344642b00b2159d953ce00503431d6817a3 100755 (executable)
@@ -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"