README revision 1.2 1 1.2 cgd The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
2 1.2 cgd used for testing ed. To run the tests, set the ED variable in the Makefile
3 1.2 cgd for the path name of the program to be tested (e.g., /bin/ed), and type
4 1.2 cgd `make'. The tests do not exhaustively verify POSIX compliance.
5 1.1 cgd
6 1.2 cgd The output of the tests is written to the two files err.o and scripts.o.
7 1.2 cgd At the end of the tests, these files are grep'ed for error messages,
8 1.2 cgd which look like:
9 1.1 cgd *** The script u.ed exited abnormally ***
10 1.1 cgd or:
11 1.1 cgd *** Output u.o of script u.ed is incorrect ***
12 1.1 cgd
13 1.1 cgd It is assumed that the ed being tested processes escapes (\) in file names.
14 1.1 cgd This is so that a name starting with bang (!) can be read, via:
15 1.1 cgd r \!file
16 1.1 cgd Without the escape, a POSIX ed would attempt to read the output of
17 1.2 cgd the shell command `file'. If the ed being tested does not support escape
18 1.2 cgd processing on file names, then the script `mkscripts.sh' should be modified
19 1.2 cgd accordingly.
20 1.1 cgd
21 1.2 cgd The POSIX requirement that an address range not be used where at most
22 1.2 cgd a single address is expected has been relaxed in this version of ed.
23 1.2 cgd Therefore, the following scripts which test for compliance with this
24 1.2 cgd POSIX rule exit abnormally:
25 1.2 cgd =-err.ed
26 1.2 cgd a1-err.ed
27 1.2 cgd i1-err.ed
28 1.2 cgd k1-err.ed
29 1.2 cgd r1-err.ed
30