From 625c66301d886e2acaf8b2648e693d855be68065 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Aug 2026 08:59:38 +0200 Subject: [PATCH] Point the headless theme test at the renumbered Tokyo Night background (#6851) Co-authored-by: Claude Fable 5 --- test/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli b/test/cli index c4cd45c0..8bd9998c 100755 --- a/test/cli +++ b/test/cli @@ -513,7 +513,7 @@ pass "claude theme activation preserves configured settings" make_tmpdir THEME_TMPDIR OMARCHY_PATH="$ROOT" HOME="$THEME_TMPDIR" OMARCHY_THEME_HEADLESS=1 "$ROOT/bin/omarchy-theme-set" "Tokyo Night" background_path=$(readlink -f "$THEME_TMPDIR/.local/state/omarchy/current/background" 2>/dev/null || true) -expected_background="$THEME_TMPDIR/.local/state/omarchy/current/theme/backgrounds/0-swirl-buck.jpg" +expected_background="$THEME_TMPDIR/.local/state/omarchy/current/theme/backgrounds/0-winding-road.jpg" [[ $background_path == "$expected_background" ]] || fail "headless theme set creates current background symlink" [[ -f $background_path ]] || fail "headless theme background target exists" [[ ! -e $THEME_TMPDIR/.config/omarchy/current ]] || fail "headless theme set avoids config current state"