Browse Source

avoid sleep, mostly not available on noMMU

Waldemar Brodkorb 6 years ago
parent
commit
857bd1c41b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/adktest/src/qmp

+ 0 - 1
package/adktest/src/qmp

@@ -1,4 +1,3 @@
 #!/bin/sh
 echo '{ "execute": "qmp_capabilities" }'
-sleep 1
 echo '{ "execute": "quit" }'