]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/procfs/procfs_list_concurrent_readers.ksh
ZTS: normalize on use of `sync_pool` and `sync_all_pools`
[mirror_zfs.git] / tests / zfs-tests / tests / functional / procfs / procfs_list_concurrent_readers.ksh
index 1af1c2c07089ad03dc616f12436386e7952a23ef..a24452ed5892ff648ec47f8a9f1cc1073b28e609 100755 (executable)
@@ -60,7 +60,7 @@ log_must zfs create $FS
 for i in {1..20}; do
        log_must zfs snapshot "$FS@testsnapshot$i"
 done
-log_must zpool sync $TESTPOOL
+sync_pool $TESTPOOL
 
 msgs1=$(mktemp) || log_fail
 msgs2=$(mktemp) || log_fail