diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-18 21:05:24 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-18 21:05:24 +0100 |
commit | 0ce20d50de158a45a588062754673014675ac993 (patch) | |
tree | 7b269c7ed74d53dee686780ba8205a75d1fca80f /test/libapt | |
parent | 24a48afaaea7e6206ced99a13a45f38366231280 (diff) | |
parent | 6c069a2247781754bcc8574687cb98b493c6ab8a (diff) |
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break
Diffstat (limited to 'test/libapt')
-rw-r--r-- | test/libapt/sourcelist_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index b8658ccf1..701eeeaa7 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -24,8 +24,8 @@ int main(int argc, char *argv[]) const char contents[] = "" "Type: deb\n" "URI: http://ftp.debian.org/debian\n" - "Suite: stable\n" - "Section: main\n" + "Suites: stable\n" + "Sections: main\n" "Comment: Some random string\n" " that can be very long\n" "\n" |