]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: Fix typo in a comment.
authorJia Tan <jiat0218@gmail.com>
Fri, 17 Nov 2023 12:04:58 +0000 (20:04 +0800)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 14:50:45 +0000 (17:50 +0300)
(cherry picked from commit 9b469da8f3415e12d650705c7a82256e62e7871b)

tests/test_files.sh

index 8686b6db97107c354dae1481993aa9fd9971f7dc..e16d029b0ad384d58d51ec971ed22fae95a13b78 100755 (executable)
@@ -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=