mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-16 03:36:18 +00:00
Merge pull request #3592 from anastygnome/fork
Implement the --sync flag for df. (fixes #3564)
This commit is contained in:
commit
63347abd19
2 changed files with 24 additions and 2 deletions
|
@ -28,6 +28,11 @@ fn test_df_compatible_si() {
|
|||
new_ucmd!().arg("-aH").succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_df_compatible_sync() {
|
||||
new_ucmd!().arg("--sync").succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_df_arguments_override_themselves() {
|
||||
new_ucmd!().args(&["--help", "--help"]).succeeds();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue