]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: {read,write}_dos_attributes: despaghettify
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sat, 12 Mar 2022 03:30:22 +0000 (04:30 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 2 Apr 2022 00:58:17 +0000 (17:58 -0700)
commitcaeab993ec77ce15bcb25484017ff18f18a6550b
treeca2bcfa167e199e2317741f059cc54a25cde3f09
parentd30577c9dd811688f2609ad532b011b99bceb485
tests: {read,write}_dos_attributes: despaghettify

Also: actually accept all the flags in write_d_a

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
configure.ac
tests/zfs-tests/cmd/Makefile.am
tests/zfs-tests/cmd/linux_dos_attributes/.gitignore [moved from tests/zfs-tests/cmd/write_dos_attributes/.gitignore with 51% similarity]
tests/zfs-tests/cmd/linux_dos_attributes/Makefile.am [moved from tests/zfs-tests/cmd/write_dos_attributes/Makefile.am with 50% similarity]
tests/zfs-tests/cmd/linux_dos_attributes/dos_attributes.h [new file with mode: 0644]
tests/zfs-tests/cmd/linux_dos_attributes/read_dos_attributes.c [new file with mode: 0644]
tests/zfs-tests/cmd/linux_dos_attributes/write_dos_attributes.c [new file with mode: 0644]
tests/zfs-tests/cmd/read_dos_attributes/.gitignore [deleted file]
tests/zfs-tests/cmd/read_dos_attributes/Makefile.am [deleted file]
tests/zfs-tests/cmd/read_dos_attributes/read_dos_attributes.c [deleted file]
tests/zfs-tests/cmd/write_dos_attributes/write_dos_attributes.c [deleted file]