X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/73658dcd2c73106375cab7f649bce7be02836ca0..d3ff85c0d7594234d13a5256adaa2d77d7a7a4d6:/t/100-init.t diff --git a/t/100-init.t b/t/100-init.t index b726868..15ce922 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';