Add some helpful comments

Explain a few things in preparation for a bugfix.
This commit is contained in:
Adam Spiers 2024-03-09 18:11:00 +00:00
parent aa03922520
commit 9db0de3005
2 changed files with 12 additions and 2 deletions

View file

@ -62,6 +62,9 @@ is($path, "", "empty path");
is($stow_path, "", "empty stow path");
is($package, "", "target is not stowed");
# Make a second stow directory within the target directory, so that we
# can check that links to package files within that second stow
# directory are detected correctly.
make_path("$TEST_DIR/target/stow2");
make_file("$TEST_DIR/target/stow2/.stow");