diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-10 19:44:41 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-10 19:44:41 +0200 |
| commit | 857bd1c41b151badbb206e722ec32a673c2ac66e (patch) | |
| tree | b7c70024b62073bfb96c870364397303fe67de35 /package | |
| parent | 3c979dfdd90b534781ad640451d4b91538a4ce94 (diff) | |
avoid sleep, mostly not available on noMMU
Diffstat (limited to 'package')
| -rwxr-xr-x | package/adktest/src/qmp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/adktest/src/qmp b/package/adktest/src/qmp index 8f9912222..1a3f9efd1 100755 --- a/package/adktest/src/qmp +++ b/package/adktest/src/qmp @@ -1,4 +1,3 @@ #!/bin/sh echo '{ "execute": "qmp_capabilities" }' -sleep 1 echo '{ "execute": "quit" }' |
