diff options
author | dzwdz | 2023-09-13 00:05:06 +0200 |
---|---|---|
committer | dzwdz | 2023-09-13 00:05:06 +0200 |
commit | c9fbab701ff57583733c84fa93889eacf422b861 (patch) | |
tree | 7a15a77a97d7965782fb81c80f9536f5d1911f3b /boot | |
parent | 1e54db260811d0d759e76be725d50f4b59d0fc41 (diff) |
cmd/init: remove /initctl, use intr instead
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,6 @@ for opt; do mkfifo out/qemu.in out/qemu.out TEST_RUN=1 QTTY="-serial pipe:out/qemu" - POST="cat out/qemu.out" ;; --no-serial) QTTY="-serial none" @@ -64,6 +63,8 @@ elif [ -n "$TEST_RUN" ]; then echo "$CMD &" $CMD & + sleep 1 # dunno + # something eats the first character sent, so let's send a sacrificial newline echo > out/qemu.in # carry on with the tests |