summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2024-04-17 17:10:09 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-06 11:57:09 +0200
commit7590e1d037c7b0bf2e9d775c6722d13eef315566 (patch)
tree0cb5715ce6d050e13d990b56e0dd06c5acdb0a51 /test/testsuite-07.units
parentTEST-70-TPM2: Call udevadm wait after attaching disk image (diff)
downloadsystemd-7590e1d037c7b0bf2e9d775c6722d13eef315566.tar.xz
systemd-7590e1d037c7b0bf2e9d775c6722d13eef315566.zip
TEST-07-PID1: Move mount units to test dir
To load the units it is sufficient to add them to the units directory and it's a step towards not needing any customisations for this test.
Diffstat (limited to 'test/testsuite-07.units')
l---------test/testsuite-07.units/issue2730-alias.mount1
-rw-r--r--test/testsuite-07.units/issue2730.mount8
l---------test/testsuite-07.units/local-fs.target.wants/issue2730.mount1
3 files changed, 10 insertions, 0 deletions
diff --git a/test/testsuite-07.units/issue2730-alias.mount b/test/testsuite-07.units/issue2730-alias.mount
new file mode 120000
index 0000000000..802f02658e
--- /dev/null
+++ b/test/testsuite-07.units/issue2730-alias.mount
@@ -0,0 +1 @@
+issue2730.mount \ No newline at end of file
diff --git a/test/testsuite-07.units/issue2730.mount b/test/testsuite-07.units/issue2730.mount
new file mode 100644
index 0000000000..2ac76c04f0
--- /dev/null
+++ b/test/testsuite-07.units/issue2730.mount
@@ -0,0 +1,8 @@
+[Mount]
+What=tmpfs
+Where=/issue2730
+Type=tmpfs
+
+[Install]
+WantedBy=local-fs.target
+Alias=issue2730-alias.mount
diff --git a/test/testsuite-07.units/local-fs.target.wants/issue2730.mount b/test/testsuite-07.units/local-fs.target.wants/issue2730.mount
new file mode 120000
index 0000000000..70a8534f9c
--- /dev/null
+++ b/test/testsuite-07.units/local-fs.target.wants/issue2730.mount
@@ -0,0 +1 @@
+../issue2730.mount \ No newline at end of file