Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
628e85e70f577135da5ae2d09cf8b3da58c7f2ed
/
.
/
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
)