This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Don't pass shell loops' stdin to programs run on glibc's host


No test should ever read from the inherited stdin.  For scripts, the robust
thing to do is put "exec < /dev/null" somewhere near the top.  For test
programs run by the generic $< > $@ rule, we should just add < /dev/null
to that command.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]