summaryrefslogtreecommitdiff
path: root/test/TEST-15-DROPIN/test.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-09 23:29:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:46:47 +0100
commit2c7519c0369a97138ee037aaefd07a993948f454 (patch)
tree483c5ded56301adb0891ac244d79141e6adb8114 /test/TEST-15-DROPIN/test.sh
parentafd9c55dcc801a51a9ce687017f9b88e4f84bd1b (diff)
downloadsystemd-2c7519c0369a97138ee037aaefd07a993948f454.tar.gz
test: move TEST-15-DROPIN setup to static files
Unfortunately the services needed to be renamed because of conflicts with other services that exist in the shared dir.
Diffstat (limited to 'test/TEST-15-DROPIN/test.sh')
-rwxr-xr-xtest/TEST-15-DROPIN/test.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TEST-15-DROPIN/test.sh b/test/TEST-15-DROPIN/test.sh
index 63bbd35051..42d6c3dd79 100755
--- a/test/TEST-15-DROPIN/test.sh
+++ b/test/TEST-15-DROPIN/test.sh
@@ -10,13 +10,8 @@ test_setup() {
setup_basic_environment
mask_supporting_services
- # import the test scripts in the rootfs and plug them in systemd
- cp testsuite.service $initdir/etc/systemd/system/
- cp test-dropin.sh $initdir/
- setup_testsuite
-
# create dedicated rootfs for nspawn (located in $TESTDIR/nspawn-root)
setup_nspawn_root
}
-do_test "$@"
+do_test "$@" 15