(t *testing.T)
| 228 | } |
| 229 | |
| 230 | func TestMkdirCommandSupportsStructuredOutput(t *testing.T) { |
| 231 | if !commandSupportsStructuredOutput(mkdirCmd) { |
| 232 | t.Fatal("mkdir command should support structured output") |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | func TestIsConflictError(t *testing.T) { |
| 237 | tests := []struct { |
nothing calls this directly
no test coverage detected