On Sat Jul 26 22:27:39 2008, [EMAIL PROTECTED] wrote: > It appears that this test assumes (multiple times perhaps?) that it may > make named files in /tmp/. > > touch /tmp/t && make test > > (or `touch /tmp/t && prove t/perl/Parrot_IO.t` I guess) > > --Eric
The function tmp_directory that is called in the test file to create "/tmp/t" is ONLY called from this test file. That may point to ripping out the function instead of trying to craft a test for it. -- Will "Coke" Coleda _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
