[PATCH] metadata: update stale test expected outputs
Andrea Cervesato <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <[email protected]> |
From: Andrea Cervesato <andrea.cervesato-IBi9RG/[email protected]> Signed-off-by: Andrea Cervesato <andrea.cervesato-IBi9RG/[email protected]> --- metadata/tests/expand_flags.c.json | 6 +++--- metadata/tests/tags.c.json | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/metadata/tests/expand_flags.c.json b/metadata/tests/expand_flags.c.json index cd79dd296b9cbc2cfd61fffc8a84634bbe313b94..079972e4a7cf65a3717c179f7ddeb30c49964820 100644 --- a/metadata/tests/expand_flags.c.json +++ b/metadata/tests/expand_flags.c.json @@ -1,6 +1,6 @@ "expand_flags": { - "all_filesystems": "1", - "needs_device": "1", - "needs_tmpdir": "1", + "all_filesystems": true, + "needs_device": true, + "needs_tmpdir": true, "fname": "expand_flags.c" } \ No newline at end of file diff --git a/metadata/tests/tags.c.json b/metadata/tests/tags.c.json index 14cc14f1c1e110a5a0a1425d3e9a23179baff09f..d45c9f447f1337c9bed86edb7fd71a134db5d25e 100644 --- a/metadata/tests/tags.c.json +++ b/metadata/tests/tags.c.json @@ -1,13 +1,13 @@ "tags": { "tags": [ - [ - "tag-name-1", - "tag-value-1" - ], - [ - "tag-name-2", - "tag-value-2" - ] + [ + "tag-name-1", + "tag-value-1" ], + [ + "tag-name-2", + "tag-value-2" + ] + ], "fname": "tags.c" } \ No newline at end of file --- base-commit: a3fda1dc1ce7da882a592a4877da7f214e468650 change-id: 20260612-metadata_extension-7b01456ac3dd Best regards, -- Andrea Cervesato <andrea.cervesato-IBi9RG/[email protected]> -- Mailing list info: https://lists.linux.it/listinfo/ltp