Test Goals
====================

The tests in this directory are meant to test the proper functionality of
pinocchio-ctl, indirectly testing the implementation of the telepathy-pinocchio
Connection Manager.


Test Characteristics
====================

In order to simplify the test harness, each test in this suite should conform to
the following common UNIX command characteristics:

    * upon success:
        * there is no output
        * the command returns 0

    * upon failure:
        * error messages are redirected to stderr
        * the command returns non-zero
