diff options
author | Ryan Moeller <[email protected]> | 2020-02-16 15:49:49 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 12:49:49 -0800 |
commit | fb63fc0c0398baf2250eea8a7e0ddb4760d59e5e (patch) | |
tree | cd570632a8747d8a645dea05fe24b16634b5bb21 | |
parent | d09dc5980c3e4840352c3c7b575975cbb72e7270 (diff) |
ZTS: Move cksum to common system commands
The cksum command is used by delegate tests. We have it on FreeBSD,
so it should not have been moved to the Linux commands list.
Move it back to the common commands list.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10007
-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 b6cc3402b..c4921fabf 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -19,6 +19,7 @@ export SYSTEM_FILES_COMMON='arp chgrp chmod chown + cksum cmp cp cpio @@ -136,7 +137,6 @@ export SYSTEM_FILES_LINUX='attr blkid blockdev chattr - cksum dmidecode exportfs fallocate |