assert exit != 0
assert len(resps) == 1
self.assert_triggered(resps[0])
# FIXME: verify that stderr or build log contains complaint about shell
# missing
assert "shell" in stderr
def test_native_yaml_shell_is_not_string(self):
exit, resps, stderr = self._test_case("shell-not-string", {"foo": "bar"})