test: move TEST-37-RUNTIMEDIRECTORYPRESERVE setup to static files

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-12-10 09:58:50 +01:00
parent 534a42705b
commit 4db7d044b8
3 changed files with 8 additions and 15 deletions

View File

@ -15,21 +15,8 @@ test_setup() {
setup_basic_environment
mask_supporting_services
# 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
) || return 1
)
setup_nspawn_root
}
do_test "$@"
do_test "$@" 37

View File

@ -0,0 +1,6 @@
[Unit]
Description=TEST-37-RUNTIMEDIRECTORYPRESERVE
[Service]
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot