summaryrefslogtreecommitdiffstats
path: root/test/TEST-17-UDEV-WANTS/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-17-UDEV-WANTS/test.sh')
-rwxr-xr-xtest/TEST-17-UDEV-WANTS/test.sh27
1 files changed, 1 insertions, 26 deletions
diff --git a/test/TEST-17-UDEV-WANTS/test.sh b/test/TEST-17-UDEV-WANTS/test.sh
index e196003e80..5b8f22cbaa 100755
--- a/test/TEST-17-UDEV-WANTS/test.sh
+++ b/test/TEST-17-UDEV-WANTS/test.sh
@@ -6,29 +6,4 @@ TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
QEMU_TIMEOUT=300
-test_setup() {
- create_empty_image_rootdir
-
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- 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 "$@" 17