Honor spa_config_path for ztest '-f' option

See commit d24fbedd01.
This commit is contained in:
Brian Behlendorf 2010-08-12 21:04:29 -07:00
parent 691a47dc8e
commit e2f8f607ec
1 changed files with 1 additions and 0 deletions

View File

@ -4917,6 +4917,7 @@ ztest_run_zdb(char *pool)
isa,
zopt_verbose >= 3 ? "s" : "",
zopt_verbose >= 4 ? "v" : "",
spa_config_path,
pool);
free(isa);