summaryrefslogtreecommitdiff
path: root/test/000-nop/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/000-nop/run.py')
-rw-r--r--test/000-nop/run.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/000-nop/run.py b/test/000-nop/run.py
new file mode 100644
index 0000000000..9239ae8fee
--- /dev/null
+++ b/test/000-nop/run.py
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+
+def run(ctx, args):
+ ctx.echo("Blort.")