#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. echo hello world | ./minigzip | ./minigzip -d || { \ echo ' *** minigzip test FAILED ***' exit 1 } if ./example; then echo ' *** zlib test OK ***' else echo ' *** zlib test FAILED ***' exit 1 fi