mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
aerospace: add regression test for reload guard
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user