mirror of https://git.tukaani.org/xz.git
Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing.
This commit is contained in:
parent
c1dd8524e1
commit
798c86e423
|
@ -15,6 +15,7 @@ XZDEC=../src/xzdec/xzdec
|
|||
test -x "$XZ" || XZ=
|
||||
test -x "$XZDEC" || XZDEC=
|
||||
if test -z "$XZ$XZDEC"; then
|
||||
echo "xz and xzdec were not built, skipping this test."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue