summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index face0dd45..b000dbe42 100755
--- a/test/runtest
+++ b/test/runtest
@@ -3215,6 +3215,11 @@ if ($parm_caller_uid eq $parm_exim_uid) {
tests_exit(-1, "Exim user ($parm_eximuser,$parm_exim_uid) cannot be "
."the same as caller ($parm_caller,$parm_caller_uid)");
}
+if ($parm_caller_gid eq $parm_exim_gid) {
+ tests_exit(-1, "Exim group ($parm_eximgroup,$parm_exim_gid) cannot be "
+ ."the same as caller's ($parm_caller) group as it confuses "
+ ."results analysis");
+}
print "The Exim user needs access to the test suite directory. Checking ...";