summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-29 17:13:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-29 17:13:57 +0200
commitb83641c86a5612341ceff1b33ab143b6b71c813c (patch)
treea8d5137b5092d1daaa10d2a55eb5d9cdcba4d376 /package
parentfd50ddf141af46cfc78caa0aa641357a833f8800 (diff)
rework adk test stuff, use netcat to avoid socat/fork for non-MMU
Diffstat (limited to 'package')
-rwxr-xr-xpackage/adktest/src/quit2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/adktest/src/quit b/package/adktest/src/quit
index a625553e2..23080d5a2 100755
--- a/package/adktest/src/quit
+++ b/package/adktest/src/quit
@@ -1,2 +1,2 @@
#!/bin/sh
-socat exec:/usr/bin/qmp tcp:10.0.2.2:4444
+/usr/bin/qmp |nc 10.0.2.2 4444