mirror of https://github.com/openzfs/zfs.git
ZTS: Move free to Linux commands list
FreeBSD does not have the free command. This command is only used by Linux in a perf hostinfo function. Move free from the list of common commands to the list of Linux commands. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10011
This commit is contained in:
parent
5f087dda78
commit
43849fdf3f
|
@ -38,7 +38,6 @@ export SYSTEM_FILES_COMMON='arp
|
|||
file
|
||||
find
|
||||
fio
|
||||
free
|
||||
getconf
|
||||
getent
|
||||
getfacl
|
||||
|
@ -141,6 +140,7 @@ export SYSTEM_FILES_LINUX='attr
|
|||
exportfs
|
||||
fallocate
|
||||
fdisk
|
||||
free
|
||||
getfattr
|
||||
groupadd
|
||||
groupdel
|
||||
|
|
Loading…
Reference in New Issue