Skip to content

Commit

Permalink
Revert "t/100-init.t: Fix failure due to locale"
Browse files Browse the repository at this point in the history
This reverts commit d5c11e4.
  • Loading branch information
RichiH committed Dec 29, 2015
1 parent 6e5118a commit cd83d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/100-init.t
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit cd83d77

Please sign in to comment.