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

/illumos-gate/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)"

Completed in 44 milliseconds