Skip to content

Commit 4ff6e56

Browse files
committed
cfg-guard unix-only /tmp path test in bough-dirs
1 parent 521e0c3 commit 4ff6e56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/bough-dirs/src/base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ mod tests {
7777
}
7878

7979
#[test]
80+
#[cfg(unix)]
8081
fn base_impls_root() {
8182
let base = Base::new(PathBuf::from("/tmp/project"), files_for(&[])).unwrap();
8283
assert_eq!(base.path(), Path::new("/tmp/project"));

0 commit comments

Comments
 (0)