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

Merge branch 'feature/reproducible_build'

parents 6e5118a2 6622c3b3
No related merge requests found
#!/usr/bin/perl #!/usr/bin/perl
BEGIN { $ENV{LC_ALL} = 'C' }
use strict; use strict;
use warnings; use warnings;
...@@ -14,7 +16,7 @@ my $output = `./vcsh status`; ...@@ -14,7 +16,7 @@ my $output = `./vcsh status`;
ok $output eq "", 'No repos set up yet.'; 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"; 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