diff --git a/t/100-init.t b/t/100-init.t index 80a10c9e6469c1f57cb90c758e5364ee9d51ccea..b25499e52e8736bb595c721fa6a76170d434fb48 100644 --- a/t/100-init.t +++ b/t/100-init.t @@ -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";