diff options
Diffstat (limited to 'test/test_mount.rs')
-rw-r--r-- | test/test_mount.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_mount.rs b/test/test_mount.rs index 2e4f19cc..d2e08bc4 100644 --- a/test/test_mount.rs +++ b/test/test_mount.rs @@ -206,6 +206,7 @@ exit 23"; // Test runner /// Mimic normal test output (hackishly). +#[cfg(target_os = "linux")] macro_rules! run_tests { ( $($test_fn:ident),* ) => {{ println!(); |