gbranden pushed a commit to branch master
in repository groff.

commit ea9e86a66cb8e486fd3962346b639ce7af8bd37f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jul 28 23:11:45 2021 +1000

    Revert "[tests]: Fix nit."
    
    This reverts commit c9380a191809bf66cb008b74d3e6ef8340424fbd.
    
    It was covering up a real problem, and not a transient one from an
    uncommitted code change as I thought.
---
 ChangeLog                                         | 6 ------
 src/roff/groff/tests/regression_savannah_59202.sh | 1 -
 2 files changed, 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2436504..b4e1e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,12 +58,6 @@
 
 2021-07-27  G. Branden Robinson <[email protected]>
 
-       * src/roff/groff/tests/regression_savannah_59202.sh: Remove any
-       core file before running troff so we don't throw a false
-       positive.
-
-2021-07-27  G. Branden Robinson <[email protected]>
-
        * src/roff/troff/input.cpp (do_suppress): Recast diagnostic
        messages for clarity, to communicate in terms of what the
        escape sequence _is_, and to quote literals expected as input.
diff --git a/src/roff/groff/tests/regression_savannah_59202.sh 
b/src/roff/groff/tests/regression_savannah_59202.sh
index 9a0c5ba..004b5bc 100755
--- a/src/roff/groff/tests/regression_savannah_59202.sh
+++ b/src/roff/groff/tests/regression_savannah_59202.sh
@@ -22,6 +22,5 @@ groff="${abs_top_builddir:-.}/test-groff"
 
 # troff should not segfault when its standard output is closed.
 # Savannah #59202.
-rm -f core
 echo | "$groff" >&-
 ! test -e core

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

Reply via email to