tests: Fix synthetic system file reader tests on Windows.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Aug 2020 18:23:35 +0000 (18:23 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Aug 2020 18:23:35 +0000 (18:23 +0000)
commitb067fd38937b0c46e846f51bd32c1ec50228ba8b
tree74176799539ceb7bbf0cfbef939f2497726a6fd7
parent32af4826ef82cd3ea8b92ddac2e10ae019fe1bce
tests: Fix synthetic system file reader tests on Windows.

The system files were being written as text files, so any \n character was
getting translated into \r\n, corrupting the output.
Smake
tests/data/sack.c
tests/data/sys-file-reader.at