Newsgroups: comp.sys.apollo Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!terminator!pisa.ifs.umich.edu!rees From: rees@pisa.ifs.umich.edu (Jim Rees) Subject: Re: perl failed on regression test, pl 27 Message-ID: <1990Aug15.204248.23714@terminator.cc.umich.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project References: <9008132128.AA04933@vlsi-mentor.jpl.nasa.gov> Date: Wed, 15 Aug 90 20:42:48 GMT In article , dennis@peanuts (Dennis Cottel) writes: op.stat... FAILED on test 1 This test opens a file and then looks to see if there is one hard link, but the link field is still 0. When I added a close before the stat, this test worked (but, naturally, test 2 failed). I'm not convinced. I just tried it a bunch of ways, including using creat and open for read and/or write, and fstat as well as stat. I can't get it to do anything unusual.