summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-09-29 13:12:05 +0200
committerSven Eden <yamakuzure@gmx.net>2018-09-29 13:15:56 +0200
commit863559071356459e9374a91e51c14e27c0a9b156 (patch)
tree25bc0c3559d2660f0445e7ce0baa747b379449f3 /man
parenteb70a7b3f2d48bfc7436eee89cf56d0f691c47c8 (diff)
Prep v239: Mask unneeded test in test-strip-ansi
The final test use the outcome of the already masked part that utilizes terminal_urlify_path(). That function is masked, because it is nowhere used within elogind. The previously unmasked final test used the outcome of that already masked part and therefore crashed. Bug: https://github.com/elogind/elogind/issues/81 Closes: https://github.com/elogind/elogind/issues/81 Signed-of-by: Sven Eden <sven.eden@prydeworx.com>
Diffstat (limited to 'man')
-rw-r--r--man/rules/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 3a47be9da..74191d00b 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -1,6 +1,7 @@
# Do not edit. Generated by make-man-rules.py.
manpages = [
-['elogind', '8', [], ''],
+['elogind-inhibit', '1', [], ''],
+ ['elogind', '8', [], ''],
['elogind.syntax', '7', [], ''],
['loginctl', '1', [], ''],
['logind.conf', '5', [], ''],