From 8a02ff317d8767da2b826ad84d5c02236c38703d Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 1 Nov 2014 07:19:59 +0100
Subject: [PATCH] t/100-init.t: Update test to match new output

---
 t/100-init.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/100-init.t b/t/100-init.t
index b726868..f2b3a05 100644
--- a/t/100-init.t
+++ b/t/100-init.t
@@ -16,7 +16,7 @@ ok $output eq "", 'No repos set up yet.';
 
 $output = `./vcsh init test1`;
 
-ok $output eq "Initialized empty Git repository in " . $ENV{'HOME'} . "/.config/vcsh/repo.d/test1.git/\n";
+ok $output eq "Initialized empty shared Git repository in " . $ENV{'HOME'} . "/.config/vcsh/repo.d/test1.git/\n";
 
 $output = `./vcsh status`;
 
-- 
GitLab