blob: b2aa8e0b5d46ee500216f38c936da1fd43d54dfe [file] [log] [blame]
#!/bin/bash -eu
out="$(echo -n "Hello world" | "$1")"
[[ "${out}" == "Compressed 11 to 50 bytes" ]] || (echo "Got ${out}" && exit 1)