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"
;
FileFd fd;
+ atexit(remove_tmpfile);
tempfile = strdup("apt-test.XXXXXXXX");
tempfile_fd = mkstemp(tempfile);