Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zoo 2.1 returns non-zero exit code for test files #70

Open
jayvdb opened this issue Apr 6, 2019 · 1 comment
Open

zoo 2.1 returns non-zero exit code for test files #70

jayvdb opened this issue Apr 6, 2019 · 1 comment

Comments

@jayvdb
Copy link

jayvdb commented Apr 6, 2019

This is on openSUSE, using package built at https://build.opensuse.org/package/show/Archiving/zoo

> zoo -test patool-upstream-1.12/tests/data/t.zoo
Zoo:  WARNING:  Archive header failed consistency check.
Zoo:  t.txt          -- OK
Zoo:  t2.txt         -- OK
Zoo:  Archive seems OK.
> echo $?
1
> zoo -test patool-upstream-1.12/tests/data/t.zoo.foo
Zoo:  WARNING:  Archive header failed consistency check.
Zoo:  t.txt          -- OK
Zoo:  t2.txt         -- OK
Zoo:  Archive seems OK.
> echo $?
1
@wummel
Copy link
Owner

wummel commented Oct 27, 2023

It works with this package from Ubuntu:

$ zoo h
Zoo archiver, zoo 2.1 $Date: 91/07/09 02:10:34 $
[...]
$ zoo -test tests/data/t.zoo
Zoo:  t.txt          -- OK
Zoo:  t2.txt         -- OK
Zoo:  Archive seems OK.
$ echo $?
0

So this looks like a packaging or distribution related problem, at least I cannot reproduce this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants