summaryrefslogtreecommitdiff
path: root/tests/14_socket_diff.sh
Commit message (Collapse)AuthorAgeFilesLines
* Restructured tests so mandatory delay between source and targetRichard Maw2011-10-141-6/+12
| | | | | | directories can be inserted, to ensure mtime is not equal now dir_add_remove fails because the mtime of the directory changed after a file in it was altered
* Added the ability to test the return code of create and deployRichard Maw2011-10-101-0/+38
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