index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_mount.rs
Age
Commit message (
Expand
)
Author
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2021-12-26
Fix typos
Ryan Zoeller
2021-09-19
Clippy cleanup
Alan Somers
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2018-10-15
Eliminate compiler warnings, especially on non-Linux platforms
Alan Somers
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2017-12-20
Use println!() instead of print!(...n)
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-07-01
Skip the mount tests on buggy Linux kernels
Alan Somers
2016-11-14
Get rid of a few test compilation warnings
Philipp Matthias Schaefer
2016-10-24
mount: Run test_mount_bind in CI
Kamal Marhubi
2016-08-15
Get rid of a few warnings during compilation of tests
Philipp Matthias Schaefer
2016-03-21
Use getuid(2) from nix instead of libc in test_mount
Kamal Marhubi
2016-03-21
mount: Do not treat unshare(2) failure as test failure
Kamal Marhubi
2016-01-27
Bring back mount
Kamal Marhubi