We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
This is on openSUSE, using package built at https://build.opensuse.org/package/show/Archiving/zoo
The text was updated successfully, but these errors were encountered: