8 res=$(zpm-hash "$1" "$2")
9 okstreq "$res" "$2" "$3"
15 vtest hash.test e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 "empty file"
16 printf 'foo\n' > hash.test
17 vtest hash.test b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c "one line file"
21 res=$(printf 'foo\n' | zpm-hash)
22 okstreq $res b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c "foo"
24 res=$(printf 'foo\n' | zpm-hash -)
25 okstreq $res b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c "foo stdin"
28 res=$(printf '%s' $1 | zpm-hash -)
29 okstreq "$res" "$2" "${1:-empty string}"
32 stest abc ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad
33 stest '' e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
34 stest 'abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq' '248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1'