On Sat, Jan 16, 2010 at 12:49:41PM -0700, Curtis Jewell wrote: > Can a test rely on being able to write to its own (the t/) directory, or > subdirectories of that directory, then?
Using the current working directory and subdirectories thereof -- including t/ -- seems to work OK. I tend to avoid the temp directory because managing security concerns in a shared directory is a pain. It's nice if your "clean" target zaps all your temp files as a "Plan B" in the event that a test fails to clean up after itself. Marvin Humphrey
