gzip/tests/gating/zless/test.sh

5 lines
59 B
Bash
Executable File

#!/bin/bash
zless --help >/dev/null
result=$?
exit $result