Skip to content

Commit

Permalink
test: restart polkit _after_ removing test actions/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Feb 19, 2025
1 parent 1d54e83 commit f617db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pkexec/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ at_exit() {

: "Cleanup"
userdel -rf "$TEST_USER"
systemctl restart polkit
rm -rf "$TMP_DIR" "$TEST_RULES" "$TEST_ACTIONS"
systemctl restart polkit
}

trap at_exit EXIT
Expand Down

0 comments on commit f617db3

Please sign in to comment.