lsmem: Fix specified --output columns with pairs print

This commit is contained in:
Foorack
2025-02-09 12:05:39 +01:00
parent 924537e792
commit 8fa6345470
2 changed files with 25 additions and 30 deletions

View File

@@ -48,14 +48,13 @@ fn test_columns_raw() {
// );
// }
// FAILS, COMMENT FOR NOW - TODO
// #[test]
// fn test_columns_pairs() {
// sysroot_test_with_args(
// "test_lsmem_columns_pairs.expected",
// &["-o", "block,size", "-P"],
// );
// }
#[test]
fn test_columns_pairs() {
sysroot_test_with_args(
"test_lsmem_columns_pairs.expected",
&["-o", "block,size", "-P"],
);
}
#[test]
fn test_json() {