Gitweb:
https://git.exim.org/exim.git/commitdiff/2ea74e31a95b19ea49e951cc9405b42d00f0b562
Commit: 2ea74e31a95b19ea49e951cc9405b42d00f0b562
Parent: 0578f4058018caded3315e5c8590d986efb16289
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Feb 24 01:49:43 2019 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Feb 24 01:49:43 2019 +0000
Testsuite: fix installation-error message
Broken-by: 01c5946016
---
test/runtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/runtest b/test/runtest
index 7aaf103..c25c654 100755
--- a/test/runtest
+++ b/test/runtest
@@ -2895,7 +2895,7 @@ die "CONFIGURE_GROUP ($parm_configure_group) does not match the group invoking $
if 0020 & (stat "$parm_cwd/test-config")[2]
and $parm_configure_group != $);
-die "aux-fixed file is world-writeable; best to strip them all, recursively\n"
+die "aux-fixed file is group-writeable; best to strip them all, recursively\n"
if 0020 & (stat "aux-fixed/0037.f-1")[2];