Home | History | Annotate | Download | only in tests

Lines Matching refs:xzdec

12 # If both xz and xzdec were not build, skip this test.
14 XZDEC=../src/xzdec/xzdec
16 test -x "$XZDEC" || XZDEC=
17 if test -z "$XZ$XZDEC"; then
32 if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null; then
49 if test -n "$XZDEC" && "$XZDEC" "$I" > /dev/null 2>&1; then