Skip to content
Snippets Groups Projects
Commit cd83d771 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

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

This reverts commit d5c11e43.
parent 6e5118a2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ my $output = `./vcsh status`;
ok $output eq "", 'No repos set up yet.';
$output = `LC_ALL=C ./vcsh init test1`;
$output = `./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