X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/491058e3570ec66769c4e7e9797f549c6d724848..27b16a2ed9a5cfdde955a0a49cd2fd73edce09c8:/test/libapt/run-tests diff --git a/test/libapt/run-tests b/test/libapt/run-tests index a66de386d..4b71c2097 100755 --- a/test/libapt/run-tests +++ b/test/libapt/run-tests @@ -1,7 +1,7 @@ #!/bin/sh set -e -local DIR=$(readlink -f $(dirname $0)) +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)