blob: b843cd412b8cb85453786d849e0c3a8224119a93 (
plain)
1
2
3
4
5
6
7
|
# various tests for zip_open
# $NiH: open.test,v 1.1 2005/07/16 17:14:32 wiz Exp $
program open
args test.zip Makefile.am
return 0
file test.zip test.zip test.zip
file Makefile.am Makefile.am Makefile.am
|