update gzip tests
This commit is contained in:
+4
-1
@@ -12,7 +12,10 @@ VOID = /dev/null
|
|||||||
export PATH := .:$(PATH)
|
export PATH := .:$(PATH)
|
||||||
|
|
||||||
.PHONY: all
|
.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
|
@echo Testing completed
|
||||||
|
|
||||||
.PHONY: zstd
|
.PHONY: zstd
|
||||||
|
|||||||
@@ -17,13 +17,10 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# limit so don't run it by default.
|
# limit so don't run it by default.
|
||||||
|
|
||||||
echo XXX=$PATH
|
|
||||||
gzip --version
|
|
||||||
|
|
||||||
. "${srcdir=.}/init.sh"; path_prepend_ .
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
||||||
|
|
||||||
echo XXX=$PATH
|
#echo PATH=$PATH
|
||||||
gzip --version
|
#gzip --version
|
||||||
|
|
||||||
echo a >exp || framework_failure_
|
echo a >exp || framework_failure_
|
||||||
gzip <exp >in || framework_failure_
|
gzip <exp >in || framework_failure_
|
||||||
|
|||||||
Reference in New Issue
Block a user