From d7f3cbc288463da258082b51ac69ed4148e39ddb Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Tue, 11 Sep 2001 02:24:52 +0000 Subject: [PATCH] Fix regression test in the case of building as root. --- doc/src/sgml/regress.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 123c2ae642..bdeadfb9bf 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -67,7 +67,9 @@ For example, root# chmod -R a+w src/test/regress +root# chmod -R a+w contrib/spi root# su - joeuser +joeuser$ cd <build top-level directory> joeuser$ gmake check (The only possible security risk here is that other