Commit 5f706991 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge branch 'feature/reproducible_build'

parents 6e5118a2 6622c3b3
#!/usr/bin/perl
BEGIN { $ENV{LC_ALL} = 'C' }
use strict;
use warnings;
......@@ -14,7 +16,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";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment