diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | test/libapt/run-tests | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b34a18f85..f9f8c5064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,12 @@ apt (0.8.11.4) UNRELEASED; urgency=low - ensure that va_list is not invalid in second try * cmdline/apt-get.cc: - don't remove new dependencies of garbage packages (Closes: #613420) + + [ Michael Vogt ] + * test/integration/* + - fix dashish in the integration tests - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 15 Feb 2011 20:45:54 +0100 + -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100 apt (0.8.11.3) unstable; urgency=low 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) |