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