summaryrefslogtreecommitdiff
path: root/test/TEST-46-HOMED/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-46-HOMED/test.sh')
-rwxr-xr-xtest/TEST-46-HOMED/test.sh18
1 files changed, 1 insertions, 17 deletions
diff --git a/test/TEST-46-HOMED/test.sh b/test/TEST-46-HOMED/test.sh
index 99fd5b85b8..5e87cf6143 100755
--- a/test/TEST-46-HOMED/test.sh
+++ b/test/TEST-46-HOMED/test.sh
@@ -16,22 +16,6 @@ test_setup() {
setup_basic_environment
mask_supporting_services
-
- # setup the testsuite service
- cat >$initdir/etc/systemd/system/testsuite.service <<EOF
-[Unit]
-Description=Testsuite service
-Before=getty-pre.target
-Wants=getty-pre.target
-
-[Service]
-ExecStart=/bin/bash -x /testsuite.sh
-Type=oneshot
-NotifyAccess=all
-EOF
- cp testsuite.sh $initdir/
-
- setup_testsuite
) || return 1
setup_nspawn_root
@@ -39,4 +23,4 @@ EOF
umount $TESTDIR/root
}
-do_test "$@"
+do_test "$@" 46