diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-11-17 20:04:58 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-11-17 20:04:58 +0800 |
commit | 299920bab9ae258a247366339264e8aefca9e3ce (patch) | |
tree | 6a4c8314324bc8a3ded6036368538c2866408a7e /tests/test_files.sh | |
parent | xz: Refactor suffix test with raw format. (diff) | |
download | xz-299920bab9ae258a247366339264e8aefca9e3ce.tar.xz |
Tests: Fix typo in a comment.
Diffstat (limited to 'tests/test_files.sh')
-rwxr-xr-x | tests/test_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh index 60402e73..b1505f7b 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -9,7 +9,7 @@ # ############################################################################### -# If both xz and xzdec were not build, skip this test. +# If both xz and xzdec were not built, skip this test. XZ=../src/xz/xz XZDEC=../src/xzdec/xzdec test -x "$XZ" || XZ= |