We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d0858 commit c15e1c3Copy full SHA for c15e1c3
tests/short-first-segment.sh
@@ -11,7 +11,7 @@ if test "$(uname -m)" != amd64 || test "$(uname)" != Linux; then
11
exit 77
12
fi
13
14
-if ! gzip --version >/dev/null; then
+if ! command -v gzip >/dev/null; then
15
echo "skipping test: gzip not found"
16
17
0 commit comments