mirror of https://git.tukaani.org/xz.git
Tests: test_suffix.sh: Add a comment
This commit is contained in:
parent
4e9023857d
commit
6167607a6e
|
@ -7,6 +7,9 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
# Optional argument:
|
||||
# $1 = directory of the xz executable
|
||||
|
||||
# If xz was not built, skip this test. Autotools and CMake put
|
||||
# the xz executable in a different location.
|
||||
XZ=${1:-../src/xz}/xz
|
||||
|
|
Loading…
Reference in New Issue