From aa036419c28f2fa0140ff36ced0bafe4803007e0 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 17 Nov 2023 20:04:58 +0800 Subject: [PATCH] Tests: Fix typo in a comment. (cherry picked from commit 9b469da8f3415e12d650705c7a82256e62e7871b) --- tests/test_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_files.sh b/tests/test_files.sh index 8686b6db..e16d029b 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=