summaryrefslogtreecommitdiff
path: root/test/TEST-43-PRIVATEUSER-UNPRIV/test.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-03-30 16:25:12 +0200
committerGitHub <noreply@github.com>2020-03-30 16:25:12 +0200
commit15529f5cea0ea60d1202994e5950a31e2b4916e7 (patch)
tree3e3122e3d851337fd3d9903a2547a1b4798864a3 /test/TEST-43-PRIVATEUSER-UNPRIV/test.sh
parent6b8d32ea7b5775bdd10a75f72fd3b8a0e8dae93f (diff)
parent8af10ca3fc2554d7bd90be4fe713f786b55ec53b (diff)
downloadsystemd-15529f5cea0ea60d1202994e5950a31e2b4916e7.tar.gz
Merge pull request #14338 from keszybz/functional-test-rework
Functional test rework
Diffstat (limited to 'test/TEST-43-PRIVATEUSER-UNPRIV/test.sh')
-rwxr-xr-xtest/TEST-43-PRIVATEUSER-UNPRIV/test.sh43
1 files changed, 1 insertions, 42 deletions
diff --git a/test/TEST-43-PRIVATEUSER-UNPRIV/test.sh b/test/TEST-43-PRIVATEUSER-UNPRIV/test.sh
index 3b40bf7d8b..4749150ff1 100755
--- a/test/TEST-43-PRIVATEUSER-UNPRIV/test.sh
+++ b/test/TEST-43-PRIVATEUSER-UNPRIV/test.sh
@@ -3,47 +3,6 @@ set -e
TEST_DESCRIPTION="Test PrivateUsers=yes on user manager"
. $TEST_BASE_DIR/test-functions
-test_setup() {
- create_empty_image_rootdir
-
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- setup_basic_environment
- inst_binary stat
-
- mask_supporting_services
-
- # Allocate user for running test case under
- mkdir -p $initdir/etc/sysusers.d
- cat >$initdir/etc/sysusers.d/testuser.conf <<EOF
-u testuser 4711 "Test User" /home/testuser
-EOF
-
- mkdir -p $initdir/home/testuser -m 0700
- chown 4711:4711 $initdir/home/testuser
-
- enable_user_manager testuser
-
- # setup the testsuite service
- cat >$initdir/etc/systemd/system/testsuite.service <<EOF
-[Unit]
-Description=Testsuite service
-After=systemd-logind.service user@4711.service
-Wants=user@4711.service
-
-[Service]
-ExecStart=/testsuite.sh
-Type=oneshot
-EOF
- cp testsuite.sh $initdir/
-
- setup_testsuite
- )
- setup_nspawn_root
-}
-
has_user_dbus_socket || exit 0
-do_test "$@"
+do_test "$@" 43