With 1.25 --verify always fail
[chroot-i486] root:/tmp$ touch foo
[chroot-i486] root:/tmp$ tar -cvf /tmp/foo.tar --verify foo; echo $?
foo
Verify foo
foo: Mode differs
foo: Mod time differs
1

On 1.23 or previous releases, tar produce this
tar -cvf /tmp/foo.tar --verify foo; echo $?
foo
Verify foo
0

Gilles

Reply via email to