Test 172 decrypts a file which produces some problematic CRLF characters.
The characters are removed with sed to check vs. reference data, but the sed
does not work the same way on osx as on linux. I changed this to tr which
works on both systems.
# The sample file is not ideal: lines end in CRLF and its last line
# lacks a new-line, so "sed" and "echo" make it easier to work with.
-AT_CHECK([sed 's/\r//' test.sps; echo], [0], [dnl
+AT_CHECK([tr -d "\r" < test.sps; echo], [0], [dnl
* Encoding: windows-1252.
DATA LIST LIST /name (a25) quantity (f8).
BEGIN DATA.