summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
commitcf62447e091a316de9959eb02d3c0a7b6d07e961 (patch)
tree09a8fe0773b87e4271d120cb0a3e13281228c153 /test/libapt/run-tests
parent87f8f68c50f63b39b7a91e3aec0b5ef59069186d (diff)
parent8429cff25c3f1602dbff5e9b87d1522df34eafbc (diff)
merged from debian-sid
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)