From fc42ba3487c0888c491d18b0dc2b7e8ed8ebee01 Mon Sep 17 00:00:00 2001 From: iain barnett Date: Wed, 9 Oct 2024 17:30:35 +0900 Subject: [PATCH] Trying to fix the permissions problems in setting up dirs. --- .github/workflows/path_helper_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/path_helper_tests.yml b/.github/workflows/path_helper_tests.yml index 5482c17..2f69c31 100644 --- a/.github/workflows/path_helper_tests.yml +++ b/.github/workflows/path_helper_tests.yml @@ -34,7 +34,8 @@ jobs: # Ensure executables are... executable chmod +x exe/path_helper chmod +x spec/shell_spec.sh - sudo ./exe/path_helper --setup --no-lib --quiet + ./exe/path_helper --setup --no-lib --no-etc --config --quiet + sudo ./exe/path_helper --setup --no-lib --etc --no-config --quiet cp -R spec/fixtures/moredirs/* $HOME/.config/paths/ - name: Run tests