]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix test fail 1603/head
authorsjnam <jsunam@gmail.com>
Sat, 27 Apr 2019 20:05:45 +0000 (05:05 +0900)
committersjnam <jsunam@gmail.com>
Sat, 27 Apr 2019 20:05:45 +0000 (05:05 +0900)
examples/Makefile

index cd995f2f8b483a264654d851e480d7ca4e153eaa..65ea8abad5d60924fc375346b923693982b83292 100644 (file)
@@ -77,7 +77,6 @@ test: all
        @echo -- Edge cases detection
        ! ./streaming_decompression tmp    # invalid input, must fail
        ! ./simple_decompression tmp       # invalid input, must fail
-       ! ./simple_decompression tmp.zst   # unknown input size, must fail
        touch tmpNull                      # create 0-size file
        ./simple_compression tmpNull
        ./simple_decompression tmpNull.zst # 0-size frame : must work