Commit d5c11e43 authored by Florian Engel's avatar Florian Engel
Browse files

t/100-init.t: Fix failure due to locale

parent 6087288c
......@@ -14,7 +14,7 @@ my $output = `./vcsh status`;
ok $output eq "", 'No repos set up yet.';
$output = `./vcsh init test1`;
$output = `LC_ALL=C ./vcsh init test1`;
ok $output eq "Initialized empty shared Git repository in " . $ENV{'HOME'} . "/.config/vcsh/repo.d/test1.git/\n";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment