Searched refs:OLD_HISTORY (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dcleanup.ksh34 [[ -f $OLD_HISTORY ]] && rm -f $OLD_HISTORY
H A Dhistory_005_neg.ksh55 log_must eval "zpool history $TESTPOOL >$OLD_HISTORY"
63 log_must diff $OLD_HISTORY $NEW_HISTORY
H A Dhistory_006_neg.ksh68 log_must eval "zpool history $TESTPOOL > $OLD_HISTORY"
80 log_must diff $OLD_HISTORY $NEW_HISTORY
H A Dhistory_001_pos.ksh89 zpool history $MPOOL > $OLD_HISTORY 2>/dev/null
93 diff $OLD_HISTORY $TMP_HISTORY | grep "^> " | sed 's/^> //g' > \
H A Dhistory_common.kshlib67 zpool history $flags $pool > $OLD_HISTORY 2>/dev/null
74 diff $OLD_HISTORY $TMP_HISTORY | grep "^> " | sed 's/^> //g' \

Completed in 59 milliseconds