diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-18 20:51:03 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-18 20:51:03 +0100 |
commit | 6c069a2247781754bcc8574687cb98b493c6ab8a (patch) | |
tree | 53292a8c16b526c17d4978d63fcf7a2148832c3b /test/integration/test-apt-sources-deb822 | |
parent | 866e9fadf892368fcb50e6a192bcdd350cfe8e5c (diff) |
rename "Suite/Section" to plural
Diffstat (limited to 'test/integration/test-apt-sources-deb822')
-rwxr-xr-x | test/integration/test-apt-sources-deb822 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-apt-sources-deb822 b/test/integration/test-apt-sources-deb822 index a055c8d5e..c73b942d4 100755 --- a/test/integration/test-apt-sources-deb822 +++ b/test/integration/test-apt-sources-deb822 @@ -21,8 +21,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" @@ -70,7 +70,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 -Suite: stable +Suites: 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) |