blob: b2aa8e0b5d46ee500216f38c936da1fd43d54dfe [file] [log] [blame]
Brian Silvermancc09f182022-03-09 15:40:20 -08001#!/bin/bash -eu
2
3out="$(echo -n "Hello world" | "$1")"
4
5[[ "${out}" == "Compressed 11 to 50 bytes" ]] || (echo "Got ${out}" && exit 1)