]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-39-EXECRELOAD/test.sh
test: move TEST-39-EXECRELOAD setup to static files
[thirdparty/systemd.git] / test / TEST-39-EXECRELOAD / test.sh
index ac1d0c9cf6d173635fab7e19fbb418f084821d94..35cabff5ea621492492fc3ebadf0acb85b8cdc94 100755 (executable)
@@ -14,22 +14,8 @@ test_setup() {
 
         setup_basic_environment
         mask_supporting_services
-        dracut_install mktemp
-
-        # setup the testsuite service
-        cat >$initdir/etc/systemd/system/testsuite.service <<EOF
-[Unit]
-Description=Testsuite service
-
-[Service]
-ExecStart=/bin/bash -x /testsuite.sh
-Type=oneshot
-EOF
-        cp testsuite.sh $initdir/
-
-        setup_testsuite
     )
     setup_nspawn_root
 }
 
-do_test "$@"
+do_test "$@" 39