]> git.saurik.com Git - apt.git/commitdiff
dpkg doesn't like underscores in versions anymore (=it fails) so our
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 22 Oct 2010 17:10:49 +0000 (19:10 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 22 Oct 2010 17:10:49 +0000 (19:10 +0200)
behaviour can be undefined… (or at least can't be tested against dpkg)

test/libapt/run-tests
test/versions.lst

index 0f55f7386b1f9d2c781a6b5d3e4178f8bd42abae..f5fc0344642b00b2159d953ce00503431d6817a3 100755 (executable)
@@ -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"
index 517214151f7334bd07006870a86204269d99f099..2d09676456de408082f2e5cf1ec0a6cb37677d54 100644 (file)
@@ -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...