testutil: clarify reason for default paths in new_Stow()
This commit is contained in:
parent
72140071ad
commit
a426a5979d
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ sub init_test_dirs {
|
||||||
|
|
||||||
sub new_Stow {
|
sub new_Stow {
|
||||||
my %opts = @_;
|
my %opts = @_;
|
||||||
|
# These default paths assume that execution will be triggered from
|
||||||
|
# within the target directory.
|
||||||
$opts{dir} ||= '../stow';
|
$opts{dir} ||= '../stow';
|
||||||
$opts{target} ||= '.';
|
$opts{target} ||= '.';
|
||||||
$opts{test_mode} = 1;
|
$opts{test_mode} = 1;
|
||||||
|
|
Loading…
Reference in a new issue