From 2ea74e31a95b19ea49e951cc9405b42d00f0b562 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 24 Feb 2019 01:49:43 +0000 Subject: [PATCH] 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 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]; -- 2.30.2