diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-26 13:52:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-26 13:52:44 +0900 |
| commit | 8e50293ab78e942ad6d2ea567e0a66226f56611f (patch) | |
| tree | 89fd591a3060d00715e50bd434f63d29b2e60258 /test | |
| parent | 12c6d66bfd3de9a6619b249755a6e51673c3d78d (diff) | |
test: remove sway process check
This eliminates the race where systemd restarts sway too quick.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 260df0fc..87e76b01 100644 --- a/test/test.py +++ b/test/test.py @@ -206,7 +206,6 @@ print(machine.fail("sudo -u alice -i XDG_RUNTIME_DIR=/run/user/1000 strace-failu # Exit Sway and verify process exit status 0: swaymsg("exit", succeed=False) -machine.wait_until_fails("pgrep -x sway") machine.wait_for_file("/tmp/sway-exit-ok") # Print fortify runDir contents: |
