README revision 1.1
11.1ScgdThe .t and .d and .r files in this directory are used for testing ed.
21.1ScgdTo run the tests, set the ED variable in the Makefile for the path name
31.1Scgdof the program to be tested (e.g., /bin/ed), and type `make'.
41.1Scgd
51.1ScgdSome spurious data may appear as the test runs.  Errors appear
61.1Scgdas:
71.1Scgd	*** The script u.ed exited abnormally ***
81.1Scgdor:
91.1Scgd	*** Output u.o of script u.ed is incorrect ***
101.1Scgd
111.1ScgdIt is assumed that the ed being tested processes escapes (\) in file names.
121.1ScgdThis is so that a name starting with bang (!) can be read, via:
131.1Scgd	r \!file
141.1ScgdWithout the escape, a POSIX ed would attempt to read the output of
151.1Scgdthe shell command `file'.
161.1Scgd
171.1ScgdThough numerous, the tests are very incomplete.  Please send any new
181.1Scgdtests/bug reports to: alm@netcom.com
19