1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by executing
sh installation-test
in order to confirm its integrity.
This test calls `proftmb` with default options file and example data, when
checks that resulting files are the same as provided example files (which are
result of proftmb call with the same parameters).
Couldn't find (option -d) or it wasn't a directory.
To test manually, cd to some directory where you have write permissions and do
cp -a /usr/share/doc/proftmb/examples/* .
proftmb @/usr/share/proftmb/options -q example.Q -o result
Note if you provide options file path parameter, like in example above, you
*must* prepend '@' symbol to it.
More details on parameters and output formats are available in the package's man
page (run `man proftmb`).
|