]> 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:53:17 +0000 (18:53 +0200)
commitf922dd3e70033a1270b1a67b4cea220245c39f94
tree72209ddb1a905be62f1ee74a56bc50d101d01298
parent6eb3feb07f9ad8da7d55d31a7e571caf202cfd59
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