summaryrefslogtreecommitdiff
path: root/tests/test-strtok_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* tests: Check test output more carefully.Ben Pfaff2011-05-131-1/+1
| | | | | | | It's better to check output than to ignore it, because ignoring output can fail to detect real bugs later if the output changes. Reviewed-by: Simon Horman <horms@verge.net.au>
* Add runtime test that strtok_r() bug fix works.Ben Pfaff2010-01-061-0/+38
Our bug fix for glibc's strtok_r() bug was not effective in distribution tarballs. This new test should catch that problem earlier in case it recurs.