mirror of
https://git.tukaani.org/xz.git
synced 2025-04-16 04:30:52 +00:00
Tests: Adjust style in test_compress.sh.
This commit is contained in:
parent
761c208d58
commit
34a9c2d650
@ -84,12 +84,14 @@ XZDEC="../src/xzdec/xzdec" # No memory usage limiter available
|
||||
test -x ../src/xzdec/xzdec || XZDEC=
|
||||
|
||||
# Create the required input file if needed.
|
||||
FILE=$1
|
||||
#
|
||||
# Derive temporary filenames for compressed and uncompressed outputs
|
||||
# from the input filename. This is needed when multiple tests are
|
||||
# run in parallel.
|
||||
FILE=$1
|
||||
TMP_COMP="tmp_comp_$FILE"
|
||||
TMP_UNCOMP="tmp_uncomp_$FILE"
|
||||
|
||||
case $FILE in
|
||||
# compress_generated files will be created in the build directory
|
||||
# in the /tests/ sub-directory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user