]> arthur.barton.de Git - bup.git/commit
t/test.sh: fix occasional atime-related failure in metadata tests.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 6 Sep 2010 04:24:58 +0000 (21:24 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 02:24:19 +0000 (19:24 -0700)
commitae1dceb9ec18c827f62de064ea12d538eb20eba9
tree1de066afda79aa144cab5c2f9cb52cadc4033c04
parent6c72783c92885efc1dbfdda554c015e797837042
t/test.sh: fix occasional atime-related failure in metadata tests.

The 'stat' command prints files' atimes, which can be modified just by
looking at them.  There's no point comparing that, since it can change from
one run to the next for legitimate reasons.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
t/test.sh