Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZTS: Fix skipping over comment lines in zpool_create.shlib
In zpool_create.shlib, check_feature_set iterates over all features mentioned in provided compatibility file to check if only those features are enabled on the pool. This commit fixes skipping over comment lines correctly. Otherwise, the test case fails as comment lines are also treated as feature names by check_feature_set function. Signed-off-by: Umer Saleem <[email protected]>
- Loading branch information