Skip to content

Replace seq command with POSIX-compliant shell code

Michal Nowak requested to merge 2694-drop-seq-command-from-views-tests-sh into main

The seq command is not defined in the POSIX standard and is missing on OpenBSD. Given that the system test code is meant to be POSIX-compliant replace it with a shell construct.

Closes #2694 (closed)

Merge request reports