use our tmpdir instead of creating tmpfiles
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 17 Jan 2014 16:53:15 +0000 (17:53 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 17 Jan 2014 16:53:15 +0000 (17:53 +0100)
commit039382803d4172d512789e507c1e9a2559a4f235
tree3420ce954bc733b175243e3aee16479ef77dd196
parent846856f450a06dcb91bb214791b4eda2380f20ff
use our tmpdir instead of creating tmpfiles

Maintaining (mainly the deletion of them) is a pain and they litter /tmp
while the testcase is run for no good reason as we could just as well
drop it into our tmpdir we have anyway and let them be deleted with the
rest automatically

Git-Dch: Ignore
test/integration/framework