X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/00e44097d5e7112acb7decd2d606d929b2c71a2f..f8797c958c8d7b33d204d6f04c4d01e897b8ea9d:/t/100-init.t 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`;