diff options
author | Christian Cunningham <cc@localhost> | 2022-02-23 11:42:19 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-23 11:42:19 -0700 |
commit | 667ee7c7ba26b4c32133dad24031ba30b5db70b0 (patch) | |
tree | 2a8f994122f356770038ca753f1420129c62a6a5 /tests | |
parent | b5021c723a5ee267982c4779bb1b1d644e4d2d5c (diff) |
Makefile Modifications
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test1.bash | 4 |
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 |