From: Pádraig Brady Date: Thu, 26 Feb 2026 12:47:34 +0000 (+0000) Subject: maint: fix description of tests/misc/io-errors.sh X-Git-Tag: v9.11~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=724253d9b75f987d60074469cc12ed60440a0ff7;p=thirdparty%2Fcoreutils.git maint: fix description of tests/misc/io-errors.sh * tests/misc/io-errors.sh: Promptness is checked in write-errors.sh, not this test. --- diff --git a/tests/misc/io-errors.sh b/tests/misc/io-errors.sh index e1f03f5954..63649603ea 100755 --- a/tests/misc/io-errors.sh +++ b/tests/misc/io-errors.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Make sure all of these programs promptly diagnose write errors. +# Make sure all of these programs diagnose write errors. # Copyright (C) 2025-2026 Free Software Foundation, Inc.