update gzip tests

dev
Przemyslaw Skibinski 2017-02-27 09:07:35 +01:00
parent 1479c98661
commit b43d75154d
2 changed files with 1 additions and 9 deletions

View File

@ -36,7 +36,6 @@ ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly
#.PHONY: test-gzip-env test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix
test-%: zstd
@./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$* || echo error
#|| exit 1
@./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$*.sh
endif

View File

@ -1,7 +0,0 @@
gzip -l in
gzip: in: not in gzip format
gzip -9 in
gzip -l in.gz
gzip -l in.gz
PASS list (exit status: 0)