mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
TEST-87-AUX-UTILS-VM: Propagate SYSTEMD_PAGER at one more place
This commit is contained in:
@@ -162,7 +162,7 @@ rm -f /tmp/core.{output,redirected}
|
||||
|
||||
# Unprivileged stuff
|
||||
# Related issue: https://github.com/systemd/systemd/issues/26912
|
||||
UNPRIV_CMD=(systemd-run --user --wait --pipe -M "testuser@.host" --)
|
||||
UNPRIV_CMD=(systemd-run --user --wait --pipe -M "testuser@.host" -E SYSTEMD_PAGER --)
|
||||
# Trigger a couple of coredumps as an unprivileged user
|
||||
"${UNPRIV_CMD[@]}" "$MAKE_DUMP_SCRIPT" "$CORE_TEST_UNPRIV_BIN" "SIGTRAP"
|
||||
"${UNPRIV_CMD[@]}" "$MAKE_DUMP_SCRIPT" "$CORE_TEST_UNPRIV_BIN" "SIGABRT"
|
||||
|
||||
Reference in New Issue
Block a user