aboutsummaryrefslogtreecommitdiffstats
path: root/test/run-test-002.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-test-002.sh')
-rwxr-xr-xtest/run-test-002.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/run-test-002.sh b/test/run-test-002.sh
new file mode 100755
index 0000000..6a10101
--- /dev/null
+++ b/test/run-test-002.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = 'actual' ]; then
+ echo 23
+elif [ "$1" = 'expected' ]; then
+ echo 42
+else
+ ./run-test "!$0"
+fi