summaryrefslogtreecommitdiff
path: root/tests/sockbind.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove old tests and any code specific to those testsBen Brown2013-12-191-70/+0
|
* Added the ability to test the return code of create and deployRichard Maw2011-10-101-0/+70
So expected failures can be made by comparing the return code to the expected Also socket tests have been added, add and diff expect create to fail for now The only sensible operation on sockets is to remove them as they need a program to bind them and that program (or a child) needs to be a server So tbdiff should fail if it has to perform such an act. It may be worth having an option to ignore the change, but for now it's better to fail and let the user know why so they can fix it