aboutsummaryrefslogtreecommitdiff
path: root/tests/test1.bash
diff options
context:
space:
mode:
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