beta-0.89.2
[luatex.git] / source / libs / zlib / zlib.test
blob08e995f92ac6f3a0f23b3d565b6d9091238fe09b
1 #! /bin/sh
3 # Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 echo hello world | ./minigzip | ./minigzip -d || { \
7 echo ' *** minigzip test FAILED ***'
8 exit 1
11 if ./example; then
12 echo ' *** zlib test OK ***'
13 else
14 echo ' *** zlib test FAILED ***'
15 exit 1