Searched refs:max_orig (Results 1 – 1 of 1) sorted by relevance
253 local max_orig=${fs%%/*}254 local max_repl=$((max_orig))257 # should always be lower than the size of the transmitted file (max_orig).258 if [ "$orig_cnt" -gt "$max_orig" ];then259 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $repl_cnt" 1>&2