X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2f0ae309be91f0a4d92c32b815f5f8ae10ab3221..0ce20d50de158a45a588062754673014675ac993:/test/integration/test-apt-sources-deb822 diff --git a/test/integration/test-apt-sources-deb822 b/test/integration/test-apt-sources-deb822 index 758ae5ae3..6e9a02417 100755 --- a/test/integration/test-apt-sources-deb822 +++ b/test/integration/test-apt-sources-deb822 @@ -13,9 +13,9 @@ BASE='# some comment #Type: meep Type: deb -Uri: http://ftp.debian.org/debian -Suite: stable -Section: main +URI: http://ftp.debian.org/debian +Suites: stable +Sections: main Comment: Some random string that can be very long' @@ -81,7 +81,7 @@ E: The list of sources could not be read." aptget update --print-uris msgtest 'Test deb822 sources.list file which has' 'malformed URI' echo "Type: deb -Suite: stable +Suites: stable " > $SOURCES testequal --nomsg "E: Malformed stanza 0 in source list $TMPWORKINGDIRECTORY/rootdir/etc/apt/sources.list (URI parse) E: The list of sources could not be read." aptget update --print-uris