Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
e6e2e1fa6ca487e8ff3ec789bbfade6c87bc74d2
/
.
/
examples
/
crate_universe
/
basic
/
test.sh
blob: b2e2b6de4bca25a461477024d8486905af54e73f [
file
] [
log
] [
blame
]
#!/bin/bash -eu
out
=
"$("
$1
")"
[[
"${out}"
==
"It worked!"
]]
||
{
echo
"Unexpected output: ${out}"
;
exit
1
;
}