From d5fb179012e36436a81761502948c91d44d21cc3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 8 Dec 2025 22:29:41 +0900 Subject: cmd/hakurei: exec instead of fork/exec from shell There is no reason to keep the shell process around. Signed-off-by: Ophestra --- test/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index d1edca4c..9b06a8f2 100644 --- a/test/test.py +++ b/test/test.py @@ -233,6 +233,7 @@ collect_state_ui("pipewire_wayland") machine.send_chars("exit\n") machine.wait_until_fails("pgrep foot", timeout=5) # Test PipeWire SecurityContext: +machine.succeed("sudo -u alice -i XDG_RUNTIME_DIR=/run/user/1000 hakurei -v run --pulse pactl info") machine.fail("sudo -u alice -i XDG_RUNTIME_DIR=/run/user/1000 hakurei -v run --pulse pactl set-sink-mute @DEFAULT_SINK@ toggle") # Test XWayland (foot does not support X): -- cgit v1.3.1