Skip to content

Commit 9927e1f

Browse files
committed
cfg-guard unix-only tests using /usr/bin/false
1 parent 7b5483c commit 9927e1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/bough-cli-tests/tests

crates/bough-cli-tests/tests/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ cmd = "echo reset-ran"
10521052
}
10531053

10541054
#[test]
1055+
#[cfg(unix)]
10551056
fn test_mutation_caught() {
10561057
let fixture = Fixture::new()
10571058
.with_file(
@@ -1128,6 +1129,7 @@ cmd = "echo pass"
11281129
}
11291130

11301131
#[test]
1132+
#[cfg(unix)]
11311133
fn test_mutation_writes_state() {
11321134
let fixture = Fixture::new()
11331135
.with_file(

0 commit comments

Comments
 (0)