From 6910f91e58bd8ad8b0436c577bf38b6ccb9a2860 Mon Sep 17 00:00:00 2001
From: Mikhail Gusarov <dottedmag@dottedmag.net>
Date: Mon, 2 Mar 2015 19:17:40 +0100
Subject: [PATCH] Add test for terse status output

---
 t/300-add.t | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/t/300-add.t b/t/300-add.t
index 24d9a8a..bec8e7d 100644
--- a/t/300-add.t
+++ b/t/300-add.t
@@ -29,5 +29,11 @@ A  a
 
 ", 'Adding a file works';
 
+my $output = `.././vcsh status --terse`;
+
+ok $output eq "test1:
+A  a
+", 'Terse output works';
+
 done_testing;
 
-- 
GitLab