Subject: | Cleaning up /tmp directory; predictable tmp filenames |
Running 'make test' created the three directories for me with an
index.html in each of them:
drwxrwxr-x 2 sand sand 4096 Oct 19 03:10 mason-pages-31259/
drwxrwxr-x 2 sand sand 4096 Oct 19 03:10 mason-pages-31337/
drwxrwxr-x 2 sand sand 4096 Oct 19 03:10 mason-pages-31389/
Please do not use predictable filenames in /tmp, they have security
implications if people run the tests as root, use File::Temp instead
where possible (side effect: you get the CLEANUP=>1 option for free ;)
Thanks,