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
|
file
|
||||||
find
|
find
|
||||||
fio
|
fio
|
||||||
free
|
|
||||||
getconf
|
getconf
|
||||||
getent
|
getent
|
||||||
getfacl
|
getfacl
|
||||||
|
@ -141,6 +140,7 @@ export SYSTEM_FILES_LINUX='attr
|
||||||
exportfs
|
exportfs
|
||||||
fallocate
|
fallocate
|
||||||
fdisk
|
fdisk
|
||||||
|
free
|
||||||
getfattr
|
getfattr
|
||||||
groupadd
|
groupadd
|
||||||
groupdel
|
groupdel
|
||||||
|
|
Loading…
Reference in New Issue