]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-sources-deb822
rename "distribution" in sources.list to "suite"
[apt.git] / test / integration / test-apt-sources-deb822
index fcb6010c3b4f35ada295bd9744f6f2fa20b069f7..00ca102be0f7fa753f8697e4b4aa438a7ad0d95f 100755 (executable)
@@ -21,7 +21,7 @@ BASE="# some comment
 
 Type: deb
 URL: http://ftp.debian.org/debian
-Dist: stable
+Suite: stable
 Section: main
 Comment: Some random string
  that can be very long"
@@ -62,7 +62,7 @@ testequalwithmsg "Invalid sources.list file gives proper error" "E: Malformed li
 E: The list of sources could not be read."  aptget update --print-uris
 
 echo "Type: deb
-Dist: stable
+Suite: stable
 " > $SOURCES
 
 testequalwithmsg "Invalid deb822 sources.list file gives proper error" "E: Malformed stanza 0 in source list $TMPWORKINGDIRECTORY/rootdir/etc/apt/sources.list (URI parse)