summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
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*