David Golden
Sat, 16 Jan 2010 05:28:14 -0800
On Sat, Jan 16, 2010 at 8:08 AM, Jerome Quelin <jque...@gmail.com> wrote: > On 10/01/16 14:27 +0200, Serguei Trouchelle wrote: >> Jerome Quelin wrote: >> >==> is it normal that the smoker doesn't have rw on its homedir? >> >> Yes, it's normal. There was a discussion about it here: >> http://www.mail-archive.com/cpan-testers-discuss@perl.org/msg00354.html > > erm - then how are we supposed to test a module whose goal is to create > a local sqlite db? > > i'm talking of an end-user application here... so it's quite normal for > it to write stuff that's supposed to be permanent.
Usually, you want to create a temp directory and assign $ENV{HOME} to it.
David