Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!hc!beta!unm-la!unmvax!nmtsun!mwlcs423 From: mwlcs423@nmtsun.nmt.edu (M. Warner Losh) Newsgroups: comp.unix.wizards Subject: Re: /bin/test and stat(2) Message-ID: <947@nmtsun.nmt.edu> Date: Mon, 26-Oct-87 14:57:19 EST Article-I.D.: nmtsun.947 Posted: Mon Oct 26 14:57:19 1987 Date-Received: Thu, 29-Oct-87 01:48:22 EST References: <9767@brl-adm.ARPA> <231@olgb1.oliv.co.uk> <182@aiva.ed.ac.uk> Organization: New Mexico Tech, Socorro Lines: 8 Summary: Seeing if test runs Anyone who has had a problem with test as a program in their account should like this. Place something like : fprintf (stderr, "Program header\n); as the first line of main(). If the program needs to act as a fileter, then this won't mess up the pipes and stuff, and you know the program is running...... Also, this can be taken out once you know the program works.