mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Test PrivateUsers=yes on user manager"
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
has_user_dbus_socket || exit 0
|
|
|
|
do_test "$@" 43
|