Skip to content

Commit baadf5a

Browse files
committed
fix: gate cmux test to macos (linux has no cmux preset)
1 parent 3ebe72a commit baadf5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,7 @@ mod tests {
16951695
}
16961696

16971697
#[test]
1698+
#[cfg(target_os = "macos")]
16981699
fn test_terminal_help_text_lists_cmux_as_managed() {
16991700
crate::config::Config::reset();
17001701
crate::config::Config::init();

0 commit comments

Comments
 (0)