summaryrefslogtreecommitdiff
path: root/commands_test.go
diff options
context:
space:
mode:
authorHéctor Orón Martínez <zumbi@debian.org>2018-01-09 19:12:07 +0100
committerHéctor Orón Martínez <zumbi@debian.org>2018-01-09 19:12:07 +0100
commit4808cb7058c548bf76476ec2f9618d784d76bdda (patch)
tree1dc1e8cc24171783fc8d9da306b1e92798960a15 /commands_test.go
New upstream version 1.0.0+git20171222.87b0d5e
Diffstat (limited to 'commands_test.go')
-rw-r--r--commands_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands_test.go b/commands_test.go
new file mode 100644
index 0000000..1fe4d46
--- /dev/null
+++ b/commands_test.go
@@ -0,0 +1,9 @@
+package debos
+
+import (
+ "testing"
+)
+
+func TestBasicCommand(t *testing.T) {
+ Command{}.Run("out", "ls", "-l")
+}