summaryrefslogtreecommitdiff
path: root/commands_test.go
blob: 1fe4d46c72d39bae6577dfcb1a1ac03ff8474c17 (plain)
1
2
3
4
5
6
7
8
9
package debos

import (
	"testing"
)

func TestBasicCommand(t *testing.T) {
	Command{}.Run("out", "ls", "-l")
}