in reply to Re^2: Test::More Too Verbose
in thread Test::More Too Verbose

maybe safer to try binary --help

Replies are listed 'Best First'.
Re^4: Test::More Too Verbose
by DrHyde (Prior) on Mar 30, 2010 at 16:14 UTC
    Yes, but even so, you still have to run the thing. In the case of that particular module, the feature of GNU cp I care about is the -l flag, so that's what I test. If you look in the tests for the module, you'll see that they use --help, so that I'm comparing data from two sources.