Skip to content
Snippets Groups Projects
Commit 8a02ff31 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

t/100-init.t: Update test to match new output

parent 73658dcd
No related branches found
No related tags found
No related merge requests found
......@@ -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`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment