summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-sources-deb822
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-18 21:05:24 +0100
committerMichael Vogt <mvo@debian.org>2014-01-18 21:05:24 +0100
commit0ce20d50de158a45a588062754673014675ac993 (patch)
tree7b269c7ed74d53dee686780ba8205a75d1fca80f /test/integration/test-apt-sources-deb822
parent24a48afaaea7e6206ced99a13a45f38366231280 (diff)
parent6c069a2247781754bcc8574687cb98b493c6ab8a (diff)
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break
Diffstat (limited to 'test/integration/test-apt-sources-deb822')
-rwxr-xr-xtest/integration/test-apt-sources-deb8226
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-apt-sources-deb822 b/test/integration/test-apt-sources-deb822
index a3855496c..6e9a02417 100755
--- a/test/integration/test-apt-sources-deb822
+++ b/test/integration/test-apt-sources-deb822
@@ -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