gbranden pushed a commit to branch master
in repository groff.

commit ef7a9aa8d56f4ccf9065d0513fc65c9f88c3d191
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 7 09:09:16 2024 -0600

    [nroff]: Rename test script.
    
    ...to better fit recent conventions.  We now use underscores only for
    structuring, as with the various macro packages in the "tmac" directory.
    
    * src/roff/nroff/tests/verbose_option_works.sh: Rename this...
    * src/roff/nroff/tests/verbose-option-works.sh: ...to this.
    
    * src/roff/nroff/nroff.am (nroff_TESTS): Reflect rename.
---
 ChangeLog                                                     | 11 +++++++++++
 src/roff/nroff/nroff.am                                       |  2 +-
 .../{verbose_option_works.sh => verbose-option-works.sh}      |  0
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d2dbb6e3f..1958cc32d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-12-07  G. Branden Robinson <[email protected]>
+
+       [nroff]: Rename test script to better fit recent conventions.
+       We now use underscores only for structuring, as with the
+       various macro packages in the "tmac" directory.
+
+       * src/roff/nroff/tests/verbose_option_works.sh: Rename this...
+       * src/roff/nroff/tests/verbose-option-works.sh: ...to this.
+
+       * src/roff/nroff/nroff.am (nroff_TESTS): Reflect rename.
+
 2024-12-07  G. Branden Robinson <[email protected]>
 
        [nroff]: Improve shell behavior check and fix goof in test
diff --git a/src/roff/nroff/nroff.am b/src/roff/nroff/nroff.am
index 3e858794f..9642fd5d0 100644
--- a/src/roff/nroff/nroff.am
+++ b/src/roff/nroff/nroff.am
@@ -23,7 +23,7 @@ EXTRA_DIST += \
   src/roff/nroff/nroff.sh
 
 nroff_TESTS = \
-  src/roff/nroff/tests/verbose_option_works.sh
+  src/roff/nroff/tests/verbose-option-works.sh
 TESTS += $(nroff_TESTS)
 EXTRA_DIST += $(nroff_TESTS)
 
diff --git a/src/roff/nroff/tests/verbose_option_works.sh 
b/src/roff/nroff/tests/verbose-option-works.sh
similarity index 100%
rename from src/roff/nroff/tests/verbose_option_works.sh
rename to src/roff/nroff/tests/verbose-option-works.sh

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

Reply via email to