From 21becbe6d05d23ba062ef5f04f0af93177dbc42b Mon Sep 17 00:00:00 2001 From: ysthakur <45539777+ysthakur@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:37:15 -0400 Subject: [PATCH] Rename darwin_bless test to darwin_bless_json --- tests/man_integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/man_integration_tests.rs b/tests/man_integration_tests.rs index bc5ee80..2bb04a8 100644 --- a/tests/man_integration_tests.rs +++ b/tests/man_integration_tests.rs @@ -140,6 +140,6 @@ fn podman_ncdu_json() { } #[test] -fn darwin_bless() { +fn darwin_bless_json() { run_test("json", &["bless"], &["--cmds", "^bless"]); }