]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-29-UDEV-ID_RENAMING/test.sh
test: move TEST-29-UDEV-ID_RENAMING setup to static files
[thirdparty/systemd.git] / test / TEST-29-UDEV-ID_RENAMING / test.sh
index fb570b034701fecc5a2e1e1d34e04ea3846faddb..b266ff9e56639453ed8779a257d0a34c7e4da0fc 100755 (executable)
@@ -15,20 +15,7 @@ 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
     )
 }
 
-do_test "$@"
+do_test "$@" 29