Files
packages/utils/less/test.sh
George Sapkin 36b62e50f7 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>
2025-11-12 07:18:09 +02:00

4 lines
51 B
Bash

#!/bin/sh
less --version | grep -F "$PKG_VERSION"