Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
01cc76ba58e2a67f2ec2d592e89c5d60d0fe7cb0
/
.
/
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
;
}