Files
op-packages/shunt/test-version.sh
T

10 lines
300 B
Bash
Executable File

#!/bin/sh
# shunt has no version output by design: the runtime version comes from
# rpc-sys packagelist via ubus, which is not available in the CI
# container. The forced generic version check can therefore never match
# PKG_VERSION in the output of the daemon.
[ "$1" = "shunt" ] || exit 1
exit 0