diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-25 14:53:03 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-25 14:53:03 +0100 |
commit | 41e6bd080db8995bc7617569f0719bccc31e0da8 (patch) | |
tree | 966150f0bd99990c8d805e3641fe71250817f5d3 /test | |
parent | 34f7c486b10559997849c15c6b51577ec3f96bc1 (diff) |
support " " in deb822 source options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-sources-deb822 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-sources-deb822 b/test/integration/test-apt-sources-deb822 index 6e9a02417..723796018 100755 --- a/test/integration/test-apt-sources-deb822 +++ b/test/integration/test-apt-sources-deb822 @@ -66,7 +66,7 @@ testequal --nomsg "'http://ftp.debian.org/debian/dists/stable/main/binary-i386/P msgtest 'Test deb822' 'architecture option' echo "$BASE" > $SOURCES -echo "Architectures: amd64,armel" >> $SOURCES +echo "Architectures: amd64 armel" >> $SOURCES testequal --nomsg "'http://ftp.debian.org/debian/dists/stable/main/binary-amd64/Packages.bz2' ftp.debian.org_debian_dists_stable_main_binary-amd64_Packages 0 : 'http://ftp.debian.org/debian/dists/stable/main/binary-armel/Packages.bz2' ftp.debian.org_debian_dists_stable_main_binary-armel_Packages 0 : 'http://ftp.debian.org/debian/dists/stable/main/i18n/Translation-en.bz2' ftp.debian.org_debian_dists_stable_main_i18n_Translation-en 0 : |