osx: Test 172 (decrypt an encrypted syntax file) failed in regression
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 29 Nov 2015 15:45:53 +0000 (16:45 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 29 Nov 2015 15:57:32 +0000 (16:57 +0100)
commit26abd623201f0fc5fb55c2314f695c22e1435dce
tree6e45eee854497fabffbe9458a6c3d0037a8f067d
parentdaff2c425198e7b2321b40c08dcd3f5f975ac3b1
osx: Test 172 (decrypt an encrypted syntax file) failed in regression

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.
tests/data/encrypted-file.at