Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
82fdfd913bfacb770fd6c933703b45dc3ffe9eff
/
.
/
examples
/
hello_sys
/
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
)