Skip to content
Snippets Groups Projects
Commit d5c11e43 authored by Florian Engel's avatar Florian Engel
Browse files

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

parent 6087288c
Branches
Tags
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment