gbranden pushed a commit to branch master
in repository groff.

commit 3518514eb49071522ff6c8466c92adee7a666def
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Apr 15 17:46:16 2020 +1000

    Further simplify charmap test.
    
    This should have been part of c59015a24f1dd6056a403ab40456c99b9a51e0c6.
---
 src/roff/groff/tests/smoke-test_html_device.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/tests/smoke-test_html_device.sh 
b/src/roff/groff/tests/smoke-test_html_device.sh
index e03e961..0836d46 100755
--- a/src/roff/groff/tests/smoke-test_html_device.sh
+++ b/src/roff/groff/tests/smoke-test_html_device.sh
@@ -22,7 +22,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 
 # We can't run these tests if the environment doesn't support UTF-8.
 LC_CTYPE=C.UTF-8
-test "$(locale charmap)" = 'UTF-8' || exit 77 # skip
+test "$(locale charmap)" = UTF-8 || exit 77 # skip
 
 set -e
 

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

Reply via email to