less: add CI test script
authorGeorge Sapkin <[email protected]>
Sun, 9 Nov 2025 17:59:41 +0000 (19:59 +0200)
committerHannu Nyman <[email protected]>
Wed, 12 Nov 2025 05:18:09 +0000 (07:18 +0200)
Add a simple version check to ensure the compiled binary installs and
runs.

Signed-off-by: George Sapkin <[email protected]>
utils/less/test.sh [new file with mode: 0644]

diff --git a/utils/less/test.sh b/utils/less/test.sh
new file mode 100644 (file)
index 0000000..f27d95f
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+less --version | grep -F "$PKG_VERSION"