Subject: | Cleaning up /tmp directory; predictable tmp filename |
Running 'make test' leaves this file behind:
-rw-rw-r-- 1 sand sand 6348 2007-10-25 05:53:18 out.svg
Please do not use predictible file names in /tmp, they have nasty
security implications when people run the tests as root. Use File::Temp
instead. Added bonus: with CLEANUP=>1 the file will be autodisposed.
Thanks,