diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-16 17:00:56 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-16 17:00:56 +0100 |
commit | 796a0eff1acebe858632c344e77bfc3189b2244f (patch) | |
tree | 3b2ef23ff296152925bb6dd90988925d78cfc14d /test/integration/test-apt-sources-deb822 | |
parent | 7037aab52fc935298b033a4c7ba7ccb5b697622e (diff) |
rename "distribution" in sources.list to "suite"
Diffstat (limited to 'test/integration/test-apt-sources-deb822')
-rwxr-xr-x | test/integration/test-apt-sources-deb822 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-sources-deb822 b/test/integration/test-apt-sources-deb822 index fcb6010c3..00ca102be 100755 --- a/test/integration/test-apt-sources-deb822 +++ b/test/integration/test-apt-sources-deb822 @@ -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) |