From: Przemyslaw Skibinski Date: Tue, 28 Feb 2017 08:41:23 +0000 (+0100) Subject: update gzip tests X-Git-Tag: v1.1.4~1^2~34^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3560e196dc15d64a591fe02c95c414412e9994;p=thirdparty%2Fzstd.git update gzip tests --- diff --git a/tests/gzip/Makefile b/tests/gzip/Makefile index ee993934a..b02fb693f 100644 --- a/tests/gzip/Makefile +++ b/tests/gzip/Makefile @@ -12,7 +12,10 @@ VOID = /dev/null export PATH := .:$(PATH) .PHONY: all -all: 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 +#all: test-gzip-env +all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed +all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid +all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix @echo Testing completed .PHONY: zstd @@ -35,7 +38,7 @@ clean: ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD)) test-%: zstd - @./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$*.sh + @./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$*.sh # || echo ignoring error endif diff --git a/tests/gzip/gzip-env.sh b/tests/gzip/gzip-env.sh index f15a8d476..120e52d78 100755 --- a/tests/gzip/gzip-env.sh +++ b/tests/gzip/gzip-env.sh @@ -17,13 +17,10 @@ # along with this program. If not, see . # limit so don't run it by default. -echo XXX=$PATH -gzip --version - . "${srcdir=.}/init.sh"; path_prepend_ . -echo XXX=$PATH -gzip --version +#echo PATH=$PATH +#gzip --version echo a >exp || framework_failure_ gzip in || framework_failure_