Skip to content

Commit 550e28b

Browse files
committed
Fix tests
1 parent 21c96f2 commit 550e28b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/fig_integrations/src/shell/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub mod inline_shell_completion_plugin {
4545

4646
#[cfg(test)]
4747
mod tests {
48+
use fig_util::CLI_BINARY_NAME;
4849

4950
use super::*;
5051

crates/figterm/tests/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use assert_cmd::prelude::*;
44
use predicates::prelude::*;
55

66
#[test]
7+
#[cfg_attr(target_env = "musl", ignore = "Skip during cross-compilation")]
78
fn version_flag_has_status_code_zero() {
89
let mut cmd = Command::new(assert_cmd::cargo::cargo_bin!("figterm"));
910
cmd.arg("--version");

0 commit comments

Comments
 (0)