gzip/tests/gating/zmore/test.sh

5 lines
59 B
Bash
Executable File

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