summaryrefslogtreecommitdiff
path: root/scripts/testing/lib
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/testing/lib')
-rw-r--r--scripts/testing/lib/validation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testing/lib/validation.sh b/scripts/testing/lib/validation.sh
index c0a5d43..8c4787e 100644
--- a/scripts/testing/lib/validation.sh
+++ b/scripts/testing/lib/validation.sh
@@ -370,7 +370,7 @@ validate_dotfiles() {
# 2. Check symlink points to correct location
local target=$(ssh_cmd "readlink /home/cjennings/.zshrc")
- local expected_pattern="code/archsetup/dotfiles/system/.zshrc"
+ local expected_pattern="code/archsetup/dotfiles/common/.zshrc"
if ! echo "$target" | grep -q "$expected_pattern"; then
validation_fail "Dotfiles symlink points to wrong location: $target"