README revision 1.1
1The .t and .d and .r files in this directory are used for testing ed. 2To run the tests, set the ED variable in the Makefile for the path name 3of the program to be tested (e.g., /bin/ed), and type `make'. 4 5Some spurious data may appear as the test runs. Errors appear 6as: 7 *** The script u.ed exited abnormally *** 8or: 9 *** Output u.o of script u.ed is incorrect *** 10 11It is assumed that the ed being tested processes escapes (\) in file names. 12This is so that a name starting with bang (!) can be read, via: 13 r \!file 14Without the escape, a POSIX ed would attempt to read the output of 15the shell command `file'. 16 17Though numerous, the tests are very incomplete. Please send any new 18tests/bug reports to: alm@netcom.com 19