]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace seq command with POSIX-compliant shell code
authorMichal Nowak <mnowak@isc.org>
Wed, 19 May 2021 10:33:16 +0000 (12:33 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 19 May 2021 12:04:48 +0000 (14:04 +0200)
commita08487ec3d6e47f498bd27fbc0828019d3a7dfc7
treec2a1de0084276a7c84abb91ca8c084815594f6f5
parent7d6bcef66eb82a28c48662d2775a71af3a292f03
Replace seq command with POSIX-compliant shell code

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.
bin/tests/system/views/tests.sh