]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-25-IMPORT/test.sh
test: move TEST-25-IMPORT setup to static files
[thirdparty/systemd.git] / test / TEST-25-IMPORT / test.sh
index 14265cdfc5d246766895873891d8f867ae6c40ca..977f984bd31b84f585fd57f5230ef5c482ceb458 100755 (executable)
@@ -12,22 +12,9 @@ test_setup() {
         eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
 
         setup_basic_environment
-        dracut_install dd gunzip mv tar diff
-
-        # setup the testsuite service
-        cat >$initdir/etc/systemd/system/testsuite.service <<EOF
-[Unit]
-Description=Testsuite service
-
-[Service]
-ExecStart=/testsuite.sh
-Type=oneshot
-EOF
-        cp testsuite.sh $initdir/
-
-        setup_testsuite
+        mask_supporting_services
     )
     setup_nspawn_root
 }
 
-do_test "$@"
+do_test "$@" 25