No that file is part of the standard install Oh, you meant creating a file in the test would be a better solution? Yes, I guess so, having a hard coded filename is not such a brilliant idea IMHO.
-----Original Message----- From: Paolo Bonzini [mailto:[email protected]] On Behalf Of Paolo Bonzini Sent: Monday, October 04, 2010 11:35 AM To: Schmitz, Joachim Cc: Bruno Haible; 'bug-gnulib' Subject: Re: read-file on HP NonStop On 10/04/2010 07:54 AM, Schmitz, Joachim wrote: > So we'd need to make sure that in this test we use a file (or symlink > to a file) in the OSS namespace. One file that always exists here > would be e.g. /etc/profile.sample, so I'd use: > > #ifdef __TANDEM > #define FILE1 "/etc/profile.sample" > #else > #define FILE1 "/etc/resolv.conf" > #endif > #define FILE2 "/dev/null" > > Or do you have a better idea? Creating the file within the test? Paolo
