summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorgabrielstedman <gabriel.stedman@zynstra.com>2019-05-25 18:57:04 (GMT)
committergabrielstedman <gabriel.stedman@zynstra.com>2019-05-26 14:04:45 (GMT)
commit729eef61a12d381f436da180329dba74b9892aa4 (patch)
tree98d4b0ae6322368f86b497628cd81c17ee353d23 /tests
parent2037af134623b85e14e3f4ef72d7457c4f6d69f3 (diff)
downloadlz4-729eef61a12d381f436da180329dba74b9892aa4.zip
lz4-729eef61a12d381f436da180329dba74b9892aa4.tar.gz
lz4-729eef61a12d381f436da180329dba74b9892aa4.tar.bz2
Handle file not existing case #704
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a38031a..65713ef 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -376,6 +376,7 @@ test-lz4-testmode: lz4 datagen
@echo "\n ---- non-existing source ----"
! $(LZ4) file-does-not-exist
! $(LZ4) -f file-does-not-exist
+ ! $(LZ4) -t file-does-not-exist
! $(LZ4) -fm file1-dne file2-dne
@$(RM) tmp-tlt tmp-tlt1 tmp-tlt2 tmp-tlt2.lz4