]>
git.saurik.com Git - apt.git/blob - test/integration/test-srcrecord
4 TESTDIR
="$(readlink -f "$(dirname "$0")")"
8 configarchitecture 'native'
10 cat > aptarchive/Sources <<EOF
11 Package: space-before-comma
12 Binary: space-before-comma1 , space-before-comma2
14 Maintainer: Joe Sixpack <joe@example.org>
18 Binary:, broken-field2
20 Maintainer: Joe Sixpack <joe@example.org>
23 Package: broken-field-b
24 Binary: , broken-field-b2
26 Maintainer: Joe Sixpack <joe@example.org>
30 setupaptarchive --no-update
32 testsuccess aptget update
33 testsuccess aptcache showsrc space-before-comma1
34 testsuccess aptcache showsrc broken-field2
35 testsuccess aptcache showsrc broken-field-b2