X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/73658dcd2c73106375cab7f649bce7be02836ca0..cd83d7718b378f58bff84c9d32e8dc71f585f360:/t/100-init.t diff --git a/t/100-init.t b/t/100-init.t index b726868..b25499e 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`; @@ -25,7 +25,6 @@ ok $output eq "test1:\n\n", 'Our new repo is there'; chdir $ENV{"HOME"} . '/.config/vcsh/repo.d/test1.git/' or die $!; ok -f 'HEAD'; -ok -d 'branches'; ok -f 'config'; ok -f 'description'; ok -d 'hooks';