Home
last modified time | relevance | path

Searched refs:orig_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_004_pos.ksh49 typeset -i orig_count=$(zpool history $spool | wc -l | awk '{print $1}')
95 if ((entry_count - orig_count != 200)); then
97 "orig_count = $orig_count"
H A Dhistory_003_pos.ksh68 typeset -i orig_count=$(zpool history $spool | wc -l)