X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8a02ff317d8767da2b826ad84d5c02236c38703d..6622c3b35cda7d1d94d25ba53b7895ab621b5210:/t/100-init.t diff --git a/t/100-init.t b/t/100-init.t index f2b3a05..74facc0 100644 --- a/t/100-init.t +++ b/t/100-init.t @@ -1,5 +1,7 @@ #!/usr/bin/perl +BEGIN { $ENV{LC_ALL} = 'C' } + use strict; use warnings; @@ -25,7 +27,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';