diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-11-17 20:04:58 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-12-22 20:02:06 +0800 |
commit | 9b469da8f3415e12d650705c7a82256e62e7871b (patch) | |
tree | 34b73c522cb05ad385cc8dc72906610b92cad180 | |
parent | Tests: Create test_suffix.sh. (diff) | |
download | xz-9b469da8f3415e12d650705c7a82256e62e7871b.tar.xz |
Tests: Fix typo in a comment.
-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= |