diff --git a/test/test_mount.rs b/test/test_mount.rs index 7ddbce9fcb..73d2689104 100644 --- a/test/test_mount.rs +++ b/test/test_mount.rs @@ -129,10 +129,6 @@ exit 23"; pub fn test_mount_bind() { use std::env; - if env::var("CI").is_ok() && env::var("TRAVIS").is_ok() { - print!("Travis does not allow bind mounts, skipping."); - return; - } let tempdir = TempDir::new("nix-test_mount") .unwrap_or_else(|e| panic!("tempdir failed: {}", e));