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