diff options
author | Ryan Moeller <[email protected]> | 2020-02-18 14:23:41 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 11:23:41 -0800 |
commit | 43849fdf3ffe200b6ad17597d6cfe706af1212d9 (patch) | |
tree | dc0fab2c81362cf58f7c8ac16170e15edd43be69 /tests/zfs-tests | |
parent | 5f087dda784b26f16e72eff32c0e2c2b7c483adb (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10011
Diffstat (limited to 'tests/zfs-tests')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index c4921fabf..65945212d 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -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 |