mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
vmstat: add test for --stats
This commit is contained in:
@@ -81,3 +81,9 @@ fn test_timestamp() {
|
||||
.unwrap()
|
||||
.contains("timestamp"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn test_stats() {
|
||||
new_ucmd!().arg("-s").succeeds();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user