bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] --verify failure with 1.25


From: Gilles Espinasse
Subject: [Bug-tar] --verify failure with 1.25
Date: Sun, 14 Nov 2010 23:09:47 +0100

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

[Prev in Thread] Current Thread [Next in Thread]