Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_001_pos.ksh86 SNAP_FILE_SUM=`$SUM -r $SNAPDIR/$TESTFILE | $AWK '{ print $1 }'`
87 if [[ $SNAP_FILE_SUM -ne $FILE_SUM ]]; then
88 log_fail "Sums do not match, aborting!! ($SNAP_FILE_SUM != $FILE_SUM)"
91 log_pass "Both Sums match. ($SNAP_FILE_SUM == $FILE_SUM)"
H A Dsnapshot_005_pos.ksh85 SNAP_FILE_SUM=`$SUM -r $SNAPDIR1/$TESTFILE | $AWK '{ print $1 }'`
86 if [[ $SNAP_FILE_SUM -ne $FILE_SUM ]]; then
87 log_fail "Sums do not match, aborting!! ($SNAP_FILE_SUM != $FILE_SUM)"
90 log_pass "Both Sums match. ($SNAP_FILE_SUM == $FILE_SUM)"