gbranden pushed a commit to branch master
in repository groff.

commit 0e6860d43835947fa5c50eb86ff2ac2246982ec8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 20 19:32:25 2026 -0600

    [gdiffmk]: Revise comments in test script.
    
    * Shift descriptive comment to follow legalese.
    * Drop redundant comment.
    * Revise Vim modeline to communicate less esoterically.
---
 contrib/gdiffmk/tests/runtests.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/contrib/gdiffmk/tests/runtests.sh 
b/contrib/gdiffmk/tests/runtests.sh
index 3c420d27c..95710b808 100755
--- a/contrib/gdiffmk/tests/runtests.sh
+++ b/contrib/gdiffmk/tests/runtests.sh
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
-# A very simple function test for gdiffmk.sh.
-#
 # Copyright 2004-2023 Free Software Foundation, Inc.
 #
 # Written by Mike Bianchi <[email protected]>
@@ -23,7 +21,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-# This file is part of GNU gdiffmk.
+
+# A very simple function test for gdiffmk.sh.
 
 # abs_top_out_dir is set by AM_TESTS_ENVIRONMENT (defined in
 # Makefile.am) when running "make check".
@@ -193,4 +192,4 @@ CleanUp
 
 exit ${exit_code}
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to