diff --git a/tests/gzip/Makefile b/tests/gzip/Makefile index 5d5480444..f87682c7f 100644 --- a/tests/gzip/Makefile +++ b/tests/gzip/Makefile @@ -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 diff --git a/tests/gzip/list2.log b/tests/gzip/list2.log deleted file mode 100644 index 86e3a37f4..000000000 --- a/tests/gzip/list2.log +++ /dev/null @@ -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)