On Wed, Aug 20, 2008 at 2:32 PM, Allison Randal <[EMAIL PROTECTED]> wrote: > Running 'make test' now fills the main directory of the repository with junk > files like: > > test_98093.out > test_37653.c > test_98093.ldo > test_97159.c > > The offending tests need to be modified to clean up after themselves. > make sure to use File::Temp for any files created via Perl 5. these files should be written to an appropriate temp directory for the platform, not to the root of the parrot source directory.
~jerry