aboutsummaryrefslogtreecommitdiff
path: root/tests/test1.bash
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-22 12:47:51 -0700
committerChristian Cunningham <cc@localhost>2022-02-22 12:47:51 -0700
commitc59fed186238d07557817a752f951471201ba9e0 (patch)
tree56d1e97d276f3a5fb0bdb897f4d65eb4c99d0f24 /tests/test1.bash
parentef262d9a0b4b4d973e3c0fcabc9cdf4d57fc93ce (diff)
Automated testing
Diffstat (limited to 'tests/test1.bash')
-rwxr-xr-xtests/test1.bash9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test1.bash b/tests/test1.bash
new file mode 100755
index 0000000..d04af60
--- /dev/null
+++ b/tests/test1.bash
@@ -0,0 +1,9 @@
+#!/bin/bash
+rm -f l.test1.log
+make run-silent &
+cat guest.out >> l.test1.log &
+sleep 0.5
+printf "ab" >> guest.in
+sleep 1
+printf "\001x" >> guest.in
+sleep 0.5