summaryrefslogtreecommitdiffstats
path: root/test/TEST-15-DROPIN/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-15-DROPIN/test.sh')
-rwxr-xr-xtest/TEST-15-DROPIN/test.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/TEST-15-DROPIN/test.sh b/test/TEST-15-DROPIN/test.sh
index 42d6c3dd79..1540e2e1f1 100755
--- a/test/TEST-15-DROPIN/test.sh
+++ b/test/TEST-15-DROPIN/test.sh
@@ -5,13 +5,4 @@ TEST_NO_QEMU=1
. $TEST_BASE_DIR/test-functions
-test_setup() {
- # create the basic filesystem layout
- setup_basic_environment
- mask_supporting_services
-
- # create dedicated rootfs for nspawn (located in $TESTDIR/nspawn-root)
- setup_nspawn_root
-}
-
do_test "$@" 15