aboutsummaryrefslogtreecommitdiff
path: root/tests/test1.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test1.bash')
-rwxr-xr-xtests/test1.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test1.bash b/tests/test1.bash
index d04af60..4fcebfd 100755
--- a/tests/test1.bash
+++ b/tests/test1.bash
@@ -1,9 +1,9 @@
#!/bin/bash
rm -f l.test1.log
-make run-silent &
+AUTO=1 SILENT=1 make run &
cat guest.out >> l.test1.log &
sleep 0.5
printf "ab" >> guest.in
-sleep 1
+sleep 2
printf "\001x" >> guest.in
sleep 0.5