]> git.proxmox.com Git - mirror_zfs.git/commit - cmd/ztest.c
ztest: Use fnvlist_* instead of VERIFYing nvlist_*
authorRyan Moeller <ryan@iXsystems.com>
Mon, 11 Jan 2021 17:30:33 +0000 (12:30 -0500)
committerGitHub <noreply@github.com>
Mon, 11 Jan 2021 17:30:33 +0000 (09:30 -0800)
commitbea3fc71ae716797088b2bcc990cdbd4fac0fa89
treef6c728d5f15ef6e8345f47e72f9dcbf9e4b7bc57
parent2ac90457f503e84a3acf8b7c368cd8e44677f7d3
ztest: Use fnvlist_* instead of VERIFYing nvlist_*

Simplify ztest by using fnvlist functions to verify success.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matt Ahrens <matt@delphix.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11441
cmd/ztest/ztest.c