]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-sources-deb822
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental...
[apt.git] / test / integration / test-apt-sources-deb822
index a3855496c5b1b30608ac75e354bdda6024b0a8b2..6e9a02417c5c64b8134948f9b4918ea0b8474c42 100755 (executable)
@@ -14,8 +14,8 @@ BASE='# some comment
 
 Type: deb
 URI: http://ftp.debian.org/debian
-Suite: stable
-Section: main
+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