fix some test findings

This commit is contained in:
2026-09-05 21:40:41 +02:00
parent 84db84b542
commit 055d8a9620
5 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
set -uo pipefail
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$REPO_ROOT"
cd "$REPO_ROOT" || exit 1
# A stow-able package is any tracked top-level directory that contains a
# dot-prefixed config subtree (or a dot-prefixed top-level file/dir).