]> git.saurik.com Git - apt.git/blobdiff - test/libapt/run-tests
update the testcase to reflect that native is always on top if
[apt.git] / test / libapt / run-tests
index a66de386d1cce88ef8d1eee2f35b2013ee76192f..4b71c2097a939119269a03f756dfa6a53f88f6af 100755 (executable)
@@ -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)