-
+ D4633EF3CACF31D4ABFA09FB3D6CD62000ADA7EE1CAAF3B3718D925E7A9695207F81E9716CE0FD7EA133B158F8DDBD4905715DECACAFDA2A69A75FAB88D7E24B
test-sponge.sh
(0 . 0)(1 . 11)
617 # Self-generated, but at least provides a smoke test.
618
619 a=`yes "hello world" | dd bs=1 count=65537 2>/dev/null | ./keksum -s512`
620 b='b232e58c04350243b312d2ecc4e4d58180c116812cff76cf20b632303ebc11d705f3f2c0b9034db6ec2e821b9b46ea28efd10f11366db06ef09d74efdab876ec'
621
622 if [ "$a" = "$b" ]; then
623 printf 'PASS\n'
624 else
625 printf 'FAIL:\n%s\n%s\n' "$a" "$b"
626 false
627 fi