openzwave: add test.sh
authorAlexandru Ardelean <redacted>
Sat, 2 May 2026 19:03:39 +0000 (22:03 +0300)
committerAlexandru Ardelean <redacted>
Sun, 3 May 2026 17:59:28 +0000 (20:59 +0300)
MinOZW does not implement any --version flag, so skip the generic
version check. Just verify the binary is present and executable.

Signed-off-by: Alexandru Ardelean <redacted>
utils/openzwave/test.sh [new file with mode: 0644]

diff --git a/utils/openzwave/test.sh b/utils/openzwave/test.sh
new file mode 100644 (file)
index 0000000..d449cb3
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+case "$1" in
+       openzwave)
+               [ -x /usr/bin/MinOZW ] || exit 1
+               ;;
+esac
git clone https://git.99rst.org/PROJECT