summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-02-16 14:36:36 +0100
committerMichael Vogt <mvo@debian.org>2011-02-16 14:36:36 +0100
commit47f9af4f250c7d812eb761461d805b2d2abf7e26 (patch)
tree9d6a63d617aeea178195e4a18955cd12b212edc1 /test/libapt/run-tests
parentadee3bae782f5b7d83819bf92ab419663ef4ee64 (diff)
parentc8b9897314d24f97047b6a86573b5e9063c7c4d3 (diff)
merged from donkult and fix dashish
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 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)