> Is there a directive to have dejagnu feed an input to a READ statement > from stdin? This would be very useful to exercise a few things. Not that I know of. We usually create a scratch file, write things inside with the "(A)" format, to be sure it's written the way we want, and then we can rewind and read from that file. FX