summaryrefslogtreecommitdiff
path: root/tests/test-readtokens.sh
Commit message (Collapse)AuthorAgeFilesLines
* readtokens tests: Fix test failure on mingw.Bruno Haible2023-04-201-3/+6
| | | | | * tests/test-readtokens.sh: Transform CRLF to LF in the output, before comparing with the expected output.
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-4/+4
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* readtokens: add testsJim Meyering2012-03-071-0/+23
* modules/readtokens-tests: New file. * tests/test-readtokens.c: New file. * tests/test-readtokens.sh: New file.