summaryrefslogtreecommitdiffstats
path: root/tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh')
-rwxr-xr-xtmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh b/tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh
index b39249456..3c30cd48d 100755
--- a/tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh
+++ b/tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2023 Free Software Foundation, Inc.
#
# This file is part of groff.
#
@@ -42,7 +42,7 @@ is set.
.
.TS
l.
-'$(seq 53)'
+'$(n=1; while [ $n -le 53 ]; do echo $n; n=$(( n + 1 )); done)'
.TE'
OUTPUT=$(printf "%s\n" "$EXAMPLE" | "$groff" -Tascii -P-cbou -t -man)