summaryrefslogtreecommitdiff
path: root/echo-tests
diff options
context:
space:
mode:
Diffstat (limited to 'echo-tests')
-rwxr-xr-xecho-tests/hello.script2
-rw-r--r--echo-tests/hello.stdout1
2 files changed, 3 insertions, 0 deletions
diff --git a/echo-tests/hello.script b/echo-tests/hello.script
new file mode 100755
index 0000000..9b24f76
--- /dev/null
+++ b/echo-tests/hello.script
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo hello, world
diff --git a/echo-tests/hello.stdout b/echo-tests/hello.stdout
new file mode 100644
index 0000000..4b5fa63
--- /dev/null
+++ b/echo-tests/hello.stdout
@@ -0,0 +1 @@
+hello, world