gzip/tests/gating/znew/test.sh

5 lines
58 B
Bash
Raw Normal View History

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