]> git.saurik.com Git - apt.git/commit
test framework: More noopchroot fixes
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:39:52 +0000 (13:39 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:40:39 +0000 (13:40 +0100)
commit950733c947acd50afe498e900954d911454c57e7
treeacd1b5e981994539cf8183ac1ac3521577372852
parent59f57473ab85d3fb3354d086db2df2466c1c3896
test framework: More noopchroot fixes

Use asprintf() so we have easy error detection and do not depend
on PATH_MAX.

Do not add another separator to the generated path, in both cases
the path inside the chroot is guaranteed to have a leading /
already.

Also pass -Wall to gcc.
test/integration/framework