[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 08/23: [preconv]: Disable a test.
From: |
G. Branden Robinson |
Subject: |
[groff] 08/23: [preconv]: Disable a test. |
Date: |
Wed, 16 Oct 2024 15:00:28 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit ed5628e8161255b4b9d833f75f6f85741c32f0e1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 14 20:24:58 2024 -0500
[preconv]: Disable a test.
* src/preproc/preconv/tests/smoke-test.sh: Comment out a test; we no
longer have a specimen of a Latin-1 document in the build tree.
---
ChangeLog | 6 ++++++
src/preproc/preconv/tests/smoke-test.sh | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 824799df5..f2a604753 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-14 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * src/preproc/preconv/tests/smoke-test.sh: Comment out a test;
+ we no longer have a specimen of a Latin-1 document in the build
+ tree.
+
2024-10-14 G. Branden Robinson <g.branden.robinson@gmail.com>
* doc/meintro_fr.me.in: Add back old-style Emacs file-local
diff --git a/src/preproc/preconv/tests/smoke-test.sh
b/src/preproc/preconv/tests/smoke-test.sh
index 660f6c531..2bdbbf8ed 100755
--- a/src/preproc/preconv/tests/smoke-test.sh
+++ b/src/preproc/preconv/tests/smoke-test.sh
@@ -79,10 +79,10 @@ fi
# cleaning them up even if we're interrupted, which in turn means
# setting up signal handlers, we use files in the build tree.
-doc=contrib/mm/groff_mmse.7
-echo "testing uchardet detection on Latin-1 document $doc" >&2
-"$preconv" -d -D us-ascii 2>&1 >/dev/null $doc \
- | grep -q 'charset: ISO-8859-1' || wail
+#doc=contrib/mm/groff_mmse.7
+#echo "testing uchardet detection on UTF-8 document $doc" >&2
+#"$preconv" -d -D us-ascii 2>&1 >/dev/null $doc \
+# | grep -q 'charset: UTF-8' || wail
# uchardet can't seek on a pipe either.
echo "testing uchardet detection on pipe (expect fallback to -D)" >&2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 08/23: [preconv]: Disable a test.,
G. Branden Robinson <=