gbranden pushed a commit to branch master
in repository groff.
commit b6432fc54084dc6fc9a11b5a736f3ad12f573691
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Oct 30 04:02:52 2025 -0500
[grotty]: Fix code style nits in test script.
Drop stump comment after license information.
Update Vim modeline to match recent test script conventions.
Make indentation conformant with the foregoing.
---
src/devices/grotty/tests/osc8_works.sh | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/devices/grotty/tests/osc8_works.sh
b/src/devices/grotty/tests/osc8_works.sh
index 1b89c2a6d..6456b1392 100755
--- a/src/devices/grotty/tests/osc8_works.sh
+++ b/src/devices/grotty/tests/osc8_works.sh
@@ -16,15 +16,14 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
grotty="${abs_top_builddir:-.}/grotty"
fail=
wail () {
- echo "...FAILED" >&2
- fail=yes
+ echo "...FAILED" >&2
+ fail=yes
}
input="x T utf8
@@ -128,4 +127,4 @@ echo "$output" | grep -Eq '0000220 +; +; +033 +\\' || wail
test -z "$fail"
-# vim:set autoindent expandtab shiftwidth=2 tabstop=2 textwidth=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit