libcli/security/tests: gunzip the oversized-acls test vectors
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 24 Nov 2023 04:15:55 +0000 (17:15 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Nov 2023 02:10:12 +0000 (02:10 +0000)
commit14b17c3de6d478d1c86d23996f9c0acb7f2c07e1
tree55e5393d287d16b6c56267f649d2999081933223
parent19129660dfe7312585b057a90b51ad9405661478
libcli/security/tests: gunzip the oversized-acls test vectors

These are just as readable with `less` as they were with `zless`.

This file has been slightly manually edited to add line-breaks. There
is not an easy setting in Python's json module to get good formatting.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Nov 27 02:10:12 UTC 2023 on atb-devel-224
libcli/security/tests/data/oversize-acls.json [new file with mode: 0644]
libcli/security/tests/data/oversize-acls.json.gz [deleted file]
python/samba/tests/security_descriptors.py