X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/dd7e32f2cbc2ad60bee86d8c3f5dffd436d360be..5f7069911b8c2f76bdd098a21ffe3dc3f4c0cb5a:/t/300-add.t diff --git a/t/300-add.t b/t/300-add.t index 58843c8..4acd0a2 100644 --- a/t/300-add.t +++ b/t/300-add.t @@ -24,12 +24,16 @@ system (".././vcsh test1 add 'a'"); my $output = `.././vcsh status`; -diag $output; - ok $output eq "test1: A a ", 'Adding a file works'; +$output = `.././vcsh status --terse`; + +ok $output eq "test1: +A a +", 'Terse output works'; + done_testing;