Hi Jens,
Robolectric does create temp files when it runs for things like db
drivers, system I/O, etc. Those files are placed under the directory
returned by System.getProperty("java.io.tmpdir") (on Linux, it'll be
under /tmp or /var/tmp). You should be able to set the value of the
java.io.tmpdir property on the JVM that's running the tests.
> --
> You received this message because you are subscribed to the Google Groups
> "Robolectric" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
robolectric...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.