xref: /illumos-gate/usr/src/test/util-tests/tests/sed/bsd/README (revision 8c0b080c8ed055a259d8cd26b9f005211c6a9753)
1The tests in this directory were imported from the sed tests in FreeBSD
2( https://github.com/freebsd/freebsd/tree/master/usr.bin/sed/tests )
3and adjusted as necessary for the illumos environment.
4
5Changes included:
6
7 * Switched to /bin/ksh
8 * Added more error checking
9 * Create all temporary files in a temporary /tmp directory
10 * Add escapes to echo commands where a backslash was present
11