From 1c493315c5b1ba13cc68df85ba02fa06b13ad001 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 22 Oct 2010 19:10:49 +0200 Subject: =?UTF-8?q?dpkg=20doesn't=20like=20underscores=20in=20versions=20a?= =?UTF-8?q?nymore=20(=3Dit=20fails)=20so=20our=20behaviour=20can=20be=20un?= =?UTF-8?q?defined=E2=80=A6=20(or=20at=20least=20can't=20be=20tested=20aga?= =?UTF-8?q?inst=20dpkg)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/libapt/run-tests | 2 +- test/versions.lst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/libapt/run-tests b/test/libapt/run-tests index 0f55f7386..f5fc03446 100755 --- a/test/libapt/run-tests +++ b/test/libapt/run-tests @@ -4,7 +4,7 @@ set -e local 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) +(cd $DIR && make) echo "Running all testcases …" LDPATH="$DIR/../../build/bin" EXT="_libapt_test" diff --git a/test/versions.lst b/test/versions.lst index 517214151..2d0967645 100644 --- a/test/versions.lst +++ b/test/versions.lst @@ -104,4 +104,3 @@ III-alpha9.8 III-alpha9.8-1.5 -1 1.4+OOo3.0.0~ 1.4+OOo3.0.0-4 -1 # another tilde check 2.4.7-1 2.4.7-z -1 # revision comparing 1.002-1+b2 1.00 1 # whatever... -2.2.4-47978_Debian_lenny 2.2.4-47978_Debian_lenny 0 # and underscore... -- cgit v1.2.3