MCPcopy Create free account
hub / github.com/codehamr/codehamr / TestBashEmptyCommand

Function TestBashEmptyCommand

internal/tools/bash_test.go:41–45  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

39 }
40}
41
42func TestBashEmptyCommand(t *testing.T) {
43 if Bash(context.Background(), " ", time.Second) != "(empty command)" {
44 t.Fatal("empty command handling wrong")
45 }
46}
47
48// TestBashBoundsRunawayOutput: a firehose command must not grow an unbounded

Callers

nothing calls this directly

Calls 1

BashFunction · 0.85

Tested by

no test coverage detected