diff options
author | Michael Vogt <mvo@debian.org> | 2011-02-16 14:36:36 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-02-16 14:36:36 +0100 |
commit | 47f9af4f250c7d812eb761461d805b2d2abf7e26 (patch) | |
tree | 9d6a63d617aeea178195e4a18955cd12b212edc1 /test/libapt | |
parent | adee3bae782f5b7d83819bf92ab419663ef4ee64 (diff) | |
parent | c8b9897314d24f97047b6a86573b5e9063c7c4d3 (diff) |
merged from donkult and fix dashish
Diffstat (limited to 'test/libapt')
-rwxr-xr-x | test/libapt/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
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) |