diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py index d72dafbd..ceb067e4 100644 --- a/test/test.py +++ b/test/test.py @@ -152,6 +152,8 @@ print(machine.fail("sudo -u alice -i fortify -v run --wayland true")) fortify('-v run --wayland --dbus notify-send -a "NixOS Tests" "Test notification" "Notification from within sandbox." && touch /tmp/dbus-ok') machine.wait_for_file("/tmp/dbus-ok", timeout=15) collect_state_ui("dbus_notify_exited") +# not in pid namespace, verify termination +machine.wait_until_fails("pgrep xdg-dbus-proxy") machine.succeed("pkill -9 mako") # Check revert type selection: |
