Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
16cd457bdf4522482b46fdbacd9d5e7ac556c812
/
.
/
examples
/
sys
/
basic
/
test.sh
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
)