Lines Matching refs:SUM
25 SUM='head -c $((3*512)) | sha1sum | sed "s/ .*//"'
26 [ -n "$TARHD" ] && SUM="tee >(hd >&2) | $SUM"
30 testing "create file" "$TAR file | $SUM" \
51 testing "create dir" "$TAR dir | $SUM" \
59 testing "create file in dir" "$TAR dir/file | $SUM" \
63 testing "create dir and dir/file" "$TAR dir | $SUM" \
71 testing "create symlink" "$TAR dir/link | $SUM" \
76 testing "create hardlink" "$TAR dir/file dir/hardlink | $SUM" \
80 testing "create hardlink to symlink" "$TAR dir/link dir/hlink | $SUM" \
84 testing "create dir/fifo" "$TAR dir/fifo | $SUM" \
91 testing "create longfilename" "$TAR dir/${LONG:1:97} dir/${LONG:1:96} | $SUM" \
105 testing "create char2" "$TAR /dev/null | $SUM" \
111 testing "create dir/block" "$TAR dir/block | $SUM" \
115 testing "ownership" "$TAR dir/block | $SUM" \
120 unset LONG TAR SUM OLDUMASK OLDTZ LST