Add cli.t for testing invocation of stow executable
Unlike the other tests, this actually treats stow(1) as a black box script, running it directly rather than require-ing it as a library. This allows us to check things like the exit codes returned.
This commit is contained in:
parent
bd4241b3e4
commit
8394507891
2 changed files with 51 additions and 0 deletions
1
MANIFEST
1
MANIFEST
|
@ -34,6 +34,7 @@ NEWS
|
|||
README.md
|
||||
t/chkstow.t
|
||||
t/cleanup_invalid_links.t
|
||||
t/cli.t
|
||||
t/cli_options.t
|
||||
t/defer.t
|
||||
t/dotfiles.t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue