gzip/tests/gating/zmore/test.sh

5 lines
59 B
Bash
Raw Normal View History

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