aerospace: add regression test for reload guard

This commit is contained in:
kinnrai
2026-06-01 23:39:29 +08:00
committed by Austin Horstman
parent 58e05d16d7
commit 70fc4b4b5e
2 changed files with 2 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ in
assertPathNotExists "home-files/.config/aerospace";
assertFileExists "home-files/.aerospace.toml"
assertFileContent "home-files/.aerospace.toml" ${./settings-expected.toml}
assertFileContains activate 'list-modes --current >/dev/null 2>&1'
serviceFile=$(normalizeStorePaths LaunchAgents/org.nix-community.home.aerospace.plist)
assertFileExists $serviceFile

View File

@@ -70,6 +70,7 @@ in
assertPathNotExists "home-files/.aerospace.toml";
assertFileExists "home-files/.config/aerospace/aerospace.toml"
assertFileContent "home-files/.config/aerospace/aerospace.toml" ${./settings-expected.toml}
assertFileContains activate 'list-modes --current >/dev/null 2>&1'
serviceFile=$(normalizeStorePaths LaunchAgents/org.nix-community.home.aerospace.plist)
assertFileExists $serviceFile