From: George Sapkin Date: Sun, 9 Nov 2025 17:59:41 +0000 (+0200) Subject: less: add CI test script X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=36b62e50f7321532e53cad4a13b6bbaa0a043cb9;p=openwrt-packages.git less: add CI test script Add a simple version check to ensure the compiled binary installs and runs. Signed-off-by: George Sapkin --- diff --git a/utils/less/test.sh b/utils/less/test.sh new file mode 100644 index 000000000..f27d95f0b --- /dev/null +++ b/utils/less/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +less --version | grep -F "$PKG_VERSION"