Skip to content

Commit 6298591

Browse files
committed
temp: more windows fixes
1 parent 6f22e73 commit 6298591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/command/test_init.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ fn test_old_git_version_warning() -> eyre::Result<()> {
8888
Ok(())
8989
}
9090

91+
#[cfg(unix)]
9192
#[test]
9293
fn test_init_basic() -> eyre::Result<()> {
9394
let git = make_git()?;
@@ -232,6 +233,7 @@ fn test_main_branch_not_found_error_message() -> eyre::Result<()> {
232233
Ok(())
233234
}
234235

236+
#[cfg(unix)]
235237
#[test]
236238
fn test_init_uninstall() -> eyre::Result<()> {
237239
let git = make_git()?;

0 commit comments

Comments
 (0)