]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace stat with PERL stat in kasp system test
authorMatthijs Mekking <matthijs@isc.org>
Mon, 16 May 2022 09:23:15 +0000 (11:23 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 16 May 2022 16:02:38 +0000 (18:02 +0200)
commit646e00fbb2e8274b824e9ef67f35b35443a26da3
treee50e5787ff445c63c8a782b28a0b50fe49328b08
parentb777649fdae619237378f85afbe736d9206d1f9c
Replace stat with PERL stat in kasp system test

7249bad7 introduced the -c option to stat(1) command, but BSD systems
do not know about it. Replace the stat(1) command with a PERL script
that achieves the same.

Why PERL? For consistency purposes, there are more places in the
system test where we use the same method.

(cherry picked from commit fe601c5915a2c19c5bdc475476d81b01267e2417)
bin/tests/system/kasp.sh
bin/tests/system/kasp/tests.sh