Joachim Schmitz wrote:
> Read 68 from /etc/resolv.conf...
> FAIL: test-read-file
> 
> Now hunting that failed check... ah, /etc/resolv.conf is a symlink here,
> apparently the test doesn't like this.

That should work too. When on Linux I change FILE1 to "/tmp/symlink" which is
a symlink to a regular file, then test-read-file passes. Since it's not the
same for you, it's worth investigating. It might be some incompatibility
in stat() or fstat(), that is, something pretty fundamental.

Just compile this program with debug information and single-step it.

Bruno

Reply via email to