On Tue, Sep 07, 2004 at 07:33:46PM -0400, Barrie Slaymaker wrote:
Meanwhile, vcp test suites almost all pass for me. There's only one
failed (and seemed quite obvious):
Ok, that now passes here. It was test code cleanup, thankfully. All
tests now pass on Win32, need to test under Linux (and if I can get
Solaris in to VMWare, there too).
I think an empty tmp file should be created even not on win32.
Otherwise it's assuming the tmp directory is on the same file system
as /dev/null, which is not a possible case for at least modern freebsd
where /dev is a separate devfs.
After removing the unless, all tests pass here.
Cheers,
CLK