Searched refs:XZDEC (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/tests/
H A Dtest_files.sh14 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
H A Dtest_compress.sh54 if test -n "$XZDEC" ; then
55 if $XZDEC tmp_compressed > tmp_uncompressed ; then
79 XZDEC="../src/xzdec/xzdec" # No memory usage limiter available
80 test -x ../src/xzdec/xzdec || XZDEC=

Completed in 117 milliseconds