Newer
Older
#!/usr/bin/perl
use strict;
use warnings;
use Cwd 'abs_path';
use Shell::Command;
use Test::Most;
chdir 't/etc/' or die $!;
$ENV{'HOME'} = abs_path ('.vcsh_home');
#!/usr/bin/perl
use strict;
use warnings;
use Cwd 'abs_path';
use Shell::Command;
use Test::Most;
chdir 't/etc/' or die $!;
$ENV{'HOME'} = abs_path ('.vcsh_home');