make seq(1) invocations in test_log_commit_keywords() portable
commitfdbddcd4b0e0c3e6e2bb1549f1b0aa5792bd34d9
authorStefan Sperling <stsp@stsp.name>
Fri, 3 Jan 2025 15:19:24 +0000 (3 15:19 +0000)
committerThomas Adam <thomas@xteddy.org>
Sun, 5 Jan 2025 09:15:09 +0000 (5 09:15 +0000)
tree561eac676fafdc819e1b345125195113303e4a3d
parentd469c4c2197aa2d8914b98e96dbeb8b5e00f87e1
make seq(1) invocations in test_log_commit_keywords() portable

The OpenBSD version of seq defaults to an increment value of -1 here.
On Debian we have to set the increment value to -1 explicitly. Otherwise,
seq produces no output at all and the test fails.
regress/cmdline/log.sh