]> git.ipfire.org Git - thirdparty/libarchive.git/commit
FreeBSD bug 204157: If filesystem does not support birthtime, then make all birthtim...
authorTim Kientzle <kientzle@gmail.com>
Fri, 24 Jun 2016 05:16:03 +0000 (22:16 -0700)
committerTim Kientzle <kientzle@gmail.com>
Fri, 24 Jun 2016 05:16:03 +0000 (22:16 -0700)
commitad661cf39314a9772adad2e4d1d3967c26ffd4d3
treea3044649f7c7f58de8058c02c3091c394789fbeb
parented9baeebd8e40eee4689909a651c6c917e62d39f
FreeBSD bug 204157:  If filesystem does not support birthtime, then make all birthtime comparisons succeed.

This is a bit of a hack:  We should also have tests that verify
different birthtimes.  When/if that happens, we'll need to add
a real system probe to determine whether birthtime is actually
supported on this particular filesystem and skip tests accordingly.
libarchive/test/main.c