DEBSOURCES
Skip Quicknav
sources / debos / 1.0.0%2Bgit20190123.d6e16be-1 / commands_test.go
123456789
package debos import ( "testing" ) func TestBasicCommand(t *testing.T) { Command{}.Run("out", "ls", "-l") }