(t *testing.T)
| 406 | } |
| 407 | |
| 408 | func TestMvCommandSupportsStructuredOutput(t *testing.T) { |
| 409 | if !commandSupportsStructuredOutput(mvCmd) { |
| 410 | t.Fatal("mv should support structured output") |
| 411 | } |
| 412 | } |
nothing calls this directly
no test coverage detected