]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update gzip tests
authorPrzemyslaw Skibinski <inikep@gmail.com>
Mon, 27 Feb 2017 08:07:35 +0000 (09:07 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Mon, 27 Feb 2017 08:07:35 +0000 (09:07 +0100)
tests/gzip/Makefile
tests/gzip/list2.log [deleted file]

index 5d548044413e45dffa282e03b0f2c1dfc9ce3590..f87682c7f35e283bd46fc3b6372c620ce55aa1db 100644 (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
diff --git a/tests/gzip/list2.log b/tests/gzip/list2.log
deleted file mode 100644 (file)
index 86e3a37..0000000
+++ /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)