summaryrefslogtreecommitdiffstats
path: root/tests/message/t0002.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-05-11 15:52:00 +0200
committerpgen <p.gen.progs@gmail.com>2018-05-11 17:37:28 +0200
commitb1dcb7e0487b48eedd140385428ae8dafd5ec564 (patch)
tree010edc40219b63f3867857370ed62c425f15bded /tests/message/t0002.good
parent95c9eb53593c554ff443cb94a220062b6e36bb31 (diff)
Add the first roll of an automated testing system.
Diffstat (limited to 'tests/message/t0002.good')
-rw-r--r--tests/message/t0002.good13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/message/t0002.good b/tests/message/t0002.good
new file mode 100644
index 0000000..3c1868d
--- /dev/null
+++ b/tests/message/t0002.good
@@ -0,0 +1,13 @@
+$ OUT=$(smenu -m test t0002.in)
+
+test
+0:01 1:01 2:01 3:01
+1 2 3 4 5 6 7 8 9 10
+0:07
+$
+
+$ echo ":$OUT:"
+
+:1:
+
+$ exit 0