beta-0.89.2
[luatex.git] / source / libs / zziplib / zziplib.test
blobf39d35645b77d0d287477b20dd2288be0543c377
1 #! /bin/sh
3 # Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 rm -rf test
7 mkdir test
8 cp $srcdir/$ZZIPLIB_TREE/test/test.zip test
10 (cd test && ../unzzip test.zip || exit 1) || exit 1
12 diff $srcdir/$ZZIPLIB_TREE/README test/README || exit 1