gbranden pushed a commit to branch master
in repository groff.

commit ba276d49eb58d42044462adca3bb8fab6f521894
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 20 19:48:01 2025 -0600

    [groff]: Fix my own derpery in test script.
    
    * src/roff/groff/tests/safer-mode-works.sh: Fix newly added test to
      actually test what it means to test.
    
    Continues commit 49cbc926cf, 15 December.
---
 ChangeLog                                | 6 ++++++
 src/roff/groff/tests/safer-mode-works.sh | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 95ae4a3c5..9b8a094c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-20  G. Branden Robinson <[email protected]>
+
+       * src/roff/groff/tests/safer-mode-works.sh: Fix newly added test
+       to actually test what it means to test.  Continues commit
+       49cbc926cf, 15 December.
+
 2025-12-20  G. Branden Robinson <[email protected]>
 
        * src/roff/groff/tests/check-delimiter-validity.sh: Check
diff --git a/src/roff/groff/tests/safer-mode-works.sh 
b/src/roff/groff/tests/safer-mode-works.sh
index f46300e24..27656d95b 100755
--- a/src/roff/groff/tests/safer-mode-works.sh
+++ b/src/roff/groff/tests/safer-mode-works.sh
@@ -32,7 +32,7 @@ echo "$error" | grep error || wail
 echo "$output"
 
 echo "checking that safer mode stays on after '-S -U' options given" >&2
-error=$(echo .sy true | "$groff" 2>&1)
+error=$(echo .sy true | "$groff" -S -U 2>&1)
 echo "$error" | grep error || wail
 echo "$output"
 

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

Reply via email to