diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-24 01:49:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-24 01:49:43 +0000 |
commit | 2ea74e31a95b19ea49e951cc9405b42d00f0b562 (patch) | |
tree | cae7c02fd2751e6c9a826d23443a059cd493909e /test/runtest | |
parent | 0578f4058018caded3315e5c8590d986efb16289 (diff) |
Testsuite: fix installation-error message
Broken-by: 01c5946016
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |