pigz/tests/version.sh
2023-06-29 14:47:17 +02:00

8 lines
123 B
Bash
Executable File

#!/bin/bash
#
# This is a simple version test to satisfy the RHEL8.1 onboard gating
# requirement.
pigz --version
exit $?