lsmem: Fix specified --output columns with raw print

This commit is contained in:
Foorack
2025-02-09 11:59:28 +01:00
parent 57b9c1f0f4
commit 924537e792
2 changed files with 22 additions and 23 deletions

View File

@@ -31,14 +31,13 @@ fn test_columns_table() {
sysroot_test_with_args("test_lsmem_columns_table.expected", &["-o", "block,size"]);
}
// FAILS, COMMENT FOR NOW - TODO
// #[test]
// fn test_columns_raw() {
// sysroot_test_with_args(
// "test_lsmem_columns_raw.expected",
// &["-o", "block,size", "-r"],
// );
// }
#[test]
fn test_columns_raw() {
sysroot_test_with_args(
"test_lsmem_columns_raw.expected",
&["-o", "block,size", "-r"],
);
}
// FAILS, COMMENT FOR NOW - TODO
// #[test]