less: add CI test script

Add a simple version check to ensure the compiled binary installs and
runs.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-11-09 19:59:41 +02:00
committed by Hannu Nyman
parent e36234b9a5
commit 36b62e50f7

3
utils/less/test.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
less --version | grep -F "$PKG_VERSION"