From: Jeremy Harris Date: Sun, 24 Feb 2019 01:49:43 +0000 (+0000) Subject: Testsuite: fix installation-error message X-Git-Tag: exim-4.93-RC0~268 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/2ea74e31a95b19ea49e951cc9405b42d00f0b562 Testsuite: fix installation-error message Broken-by: 01c5946016 --- diff --git a/test/runtest b/test/runtest index 7aaf1032d..c25c654c9 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];