X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fencrypted-file.at;h=15a5ce219e8a41c7b8a7fc676b94f86a068d5117;hb=094399e6d125a602ae195530306b95302fce4713;hp=241e4e59bb6206aa181c4037722cbdb0c55757a5;hpb=2ea422dcad13f121dfb5a2f390c3e456f5bcec83;p=pspp diff --git a/tests/data/encrypted-file.at b/tests/data/encrypted-file.at index 241e4e59bb..15a5ce219e 100644 --- a/tests/data/encrypted-file.at +++ b/tests/data/encrypted-file.at @@ -32,7 +32,7 @@ AT_CHECK([pspp-convert $srcdir/data/test-encrypted.sps test.sps -p password]) # 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/ //' 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.