the nad CLI tool has become quite feature packed and complex with the branches that handle in and out of AFP volume operations, so this is a good time to add a test suite
my immediate idea is to use the same pattern as the netatalk-client tests, which leverage the Perl Test::More test framework (executed with the prove command) -- Perl is efficient, fast and portable, while being more capable and manageable than pure shell scripting
the nad CLI tool has become quite feature packed and complex with the branches that handle in and out of AFP volume operations, so this is a good time to add a test suite
my immediate idea is to use the same pattern as the netatalk-client tests, which leverage the Perl
Test::Moretest framework (executed with theprovecommand) -- Perl is efficient, fast and portable, while being more capable and manageable than pure shell scripting