testutil: clarify reason for default paths in new_Stow()

This commit is contained in:
Adam Spiers 2021-04-04 23:31:35 +01:00
parent 72140071ad
commit a426a5979d

View file

@ -81,6 +81,8 @@ sub init_test_dirs {
sub new_Stow {
my %opts = @_;
# These default paths assume that execution will be triggered from
# within the target directory.
$opts{dir} ||= '../stow';
$opts{target} ||= '.';
$opts{test_mode} = 1;