summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-01 09:27:43 (GMT)
committerYann Collet <cyan@fb.com>2022-07-01 09:55:47 (GMT)
commit49e63cd52202b1bbda2dc97309eb2e25a3677983 (patch)
tree8103fc0c693c3f209508d49b3292bd6234b36f26 /tests/Makefile
parent149644df49ba112daeff85f0bed229253516cc8c (diff)
downloadlz4-49e63cd52202b1bbda2dc97309eb2e25a3677983.zip
lz4-49e63cd52202b1bbda2dc97309eb2e25a3677983.tar.gz
lz4-49e63cd52202b1bbda2dc97309eb2e25a3677983.tar.bz2
fixed minor leak
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 952defd..b67f135 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -293,7 +293,7 @@ test-lz4-multiple: lz4 datagen
# test lz4-compressed file
$(LZ4) -tm tmp-tlm-concat1.lz4
$(LZ4) -tm tmp-tlm-concat1.lz4 tmp-tlm-concat2.lz4
- # compress multiple lz4 files, one of which is absent (must fail)
+ # test multiple lz4 files, one of which is absent (must fail)
! $(LZ4) -tm tmp-tlm-concat1.lz4 notHere.lz4 tmp-tlm-concat2.lz4
@$(RM) tmp-tlm*