summaryrefslogtreecommitdiff
path: root/test/test_mount.rs
AgeCommit message (Expand)Author
2022-12-04Fix clippy lintsAlex Saveau
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2021-12-26Fix typosRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2018-10-15Eliminate compiler warnings, especially on non-Linux platformsAlan Somers
2018-09-01deps: update tempfile to 3Igor Gnatenko
2017-12-20Use println!() instead of print!(...n)Bryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-07-01Skip the mount tests on buggy Linux kernelsAlan Somers
2016-11-14Get rid of a few test compilation warningsPhilipp Matthias Schaefer
2016-10-24mount: Run test_mount_bind in CIKamal Marhubi
2016-08-15Get rid of a few warnings during compilation of testsPhilipp Matthias Schaefer
2016-03-21Use getuid(2) from nix instead of libc in test_mountKamal Marhubi
2016-03-21mount: Do not treat unshare(2) failure as test failureKamal Marhubi
2016-01-27Bring back mountKamal Marhubi