diff options
Diffstat (limited to 'dep/libzip/regress/encrypt.test')
-rw-r--r-- | dep/libzip/regress/encrypt.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dep/libzip/regress/encrypt.test b/dep/libzip/regress/encrypt.test new file mode 100644 index 00000000000..6fb73717409 --- /dev/null +++ b/dep/libzip/regress/encrypt.test @@ -0,0 +1,8 @@ +# test encryption support +# $NiH$ +program encrypt +return 0 +args encrypt.zip +file encrypt.zip encrypt.zip encrypt.zip +stdout 0: 1 +stdout 1: 0 |