diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-24 23:29:10 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-24 23:39:36 +0100 |
commit | 5d9667d92a9d6973fc001c27d618bc878a4df2ba (patch) | |
tree | a65b36551dd5e30ea02d5ec2ecb5124f57e3bc59 /test | |
parent | 655af1e137385aa41c5505edc350111e9f8762ca (diff) |
fix test
Diffstat (limited to 'test')
-rw-r--r-- | test/libapt/sourcelist_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index 6fc84fd93..0300ce929 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -21,6 +21,8 @@ void remove_tmpfile(void) int main(int argc, char *argv[]) { + _config->Set("APT::Sources::Use-Deb822", true); + const char contents[] = "" "Types: deb\n" "URIs: http://ftp.debian.org/debian\n" |