summaryrefslogtreecommitdiffstats
path: root/test/TEST-10-ISSUE-2467/test.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-09 20:42:48 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:46:47 +0100
commit8c6d58f65d94f081a7e869383facaee4980400ac (patch)
treec1fa266f5c6e1c83298ce9ee12405964d7f0c49b /test/TEST-10-ISSUE-2467/test.sh
parenttest: use shell arrays and remove duplicates (diff)
downloadsystemd-8c6d58f65d94f081a7e869383facaee4980400ac.tar.xz
systemd-8c6d58f65d94f081a7e869383facaee4980400ac.zip
test: move TEST-10-ISSUE-2467 setup to static files
Diffstat (limited to 'test/TEST-10-ISSUE-2467/test.sh')
-rwxr-xr-xtest/TEST-10-ISSUE-2467/test.sh29
1 files changed, 1 insertions, 28 deletions
diff --git a/test/TEST-10-ISSUE-2467/test.sh b/test/TEST-10-ISSUE-2467/test.sh
index 1761ad1e43..4cd7adf6bb 100755
--- a/test/TEST-10-ISSUE-2467/test.sh
+++ b/test/TEST-10-ISSUE-2467/test.sh
@@ -14,35 +14,8 @@ test_setup() {
setup_basic_environment
mask_supporting_services
- dracut_install true rm socat
-
- # setup the testsuite service
- cat >$initdir/etc/systemd/system/testsuite.service <<'EOF'
-[Unit]
-Description=Testsuite service
-
-[Service]
-Type=oneshot
-ExecStart=/bin/sh -e -x -c 'rm -f /tmp/nonexistent; systemctl start test.socket; printf x > test.file; socat -t20 OPEN:test.file UNIX-CONNECT:/run/test.ctl; >/testok'
-EOF
-
- cat >$initdir/etc/systemd/system/test.socket <<'EOF'
-[Socket]
-ListenStream=/run/test.ctl
-EOF
-
- cat > $initdir/etc/systemd/system/test.service <<'EOF'
-[Unit]
-Requires=test.socket
-ConditionPathExistsGlob=/tmp/nonexistent
-
-[Service]
-ExecStart=/bin/true
-EOF
-
- setup_testsuite
)
setup_nspawn_root
}
-do_test "$@"
+do_test "$@" 10