We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c96f2 commit 550e28bCopy full SHA for 550e28b
crates/fig_integrations/src/shell/mod.rs
@@ -45,6 +45,7 @@ pub mod inline_shell_completion_plugin {
45
46
#[cfg(test)]
47
mod tests {
48
+ use fig_util::CLI_BINARY_NAME;
49
50
use super::*;
51
crates/figterm/tests/cli.rs
@@ -4,6 +4,7 @@ use assert_cmd::prelude::*;
4
use predicates::prelude::*;
5
6
#[test]
7
+#[cfg_attr(target_env = "musl", ignore = "Skip during cross-compilation")]
8
fn version_flag_has_status_code_zero() {
9
let mut cmd = Command::new(assert_cmd::cargo::cargo_bin!("figterm"));
10
cmd.arg("--version");
0 commit comments