man-db-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Man-db-devel] [PATCH 2/2] src/tests: Fix testsuite


From: Mihail Konev
Subject: [Man-db-devel] [PATCH 2/2] src/tests: Fix testsuite
Date: Sat, 29 Oct 2016 07:27:54 +0500

Fix the src/tests/man-9

The testsuite now proceeds to per-language tests,
and is able to succeed.
---
But is it a bug for man to fail without MANPATH being set?

 src/tests/man-9 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/man-9 b/src/tests/man-9
index 9d3eda111a7d..948e2fb99289 100755
--- a/src/tests/man-9
+++ b/src/tests/man-9
@@ -18,6 +18,8 @@ fi
 init
 fake_config /usr/share/man
 mkdir -p "${tmpdir}/usr/share/man/${OVERRIDE}/man1"
+MANPATH="$tmpdir/usr/share/man"
+export MANPATH
 
 
 write_page abc 1 "${tmpdir}/usr/share/man/man1/abc.1" \
-- 
2.9.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]