X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ae830175f5c0e4896e54d2b140fc09b2e95b5b7a..1a142e0ce3cfb86f61fb7f97291f29081c275f58:/t/300-add.t diff --git a/t/300-add.t b/t/300-add.t index 24d9a8a..4acd0a2 100644 --- a/t/300-add.t +++ b/t/300-add.t @@ -29,5 +29,11 @@ A a ", 'Adding a file works'; +$output = `.././vcsh status --terse`; + +ok $output eq "test1: +A a +", 'Terse output works'; + done_testing;