summaryrefslogtreecommitdiffstats
path: root/test/testsuite-08.units/-.mount (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: move TEST-08-ISSUE-2730 setup to static files and meson scriptsZbigniew Jędrzejewski-Szmek2020-03-281-0/+12
Unfortunately meson does not install symlinks, but copies the symlink destination instead. So symlinks need to be created by a script. This commit adds both symlinks in test/testsuite-08.units/ and meson scriptlet calls. Strictly speaking, the first is not necessary, since nothing reads stuff directly from the source tree.