Commit Graph

3 Commits

Author SHA1 Message Date
Daniel J Walsh f71306a490
Fixes to allow unit test to pass on fedora 30
Fix unit test to ignore relatime
Update vendor to fix unit tests

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-05-16 21:34:23 -04:00
Nalin Dahyabhai 252bf574a0 Don't fail the mounter test because the kernel added options
On SELinux-enabled kernels, the kernel will helpfully add a "seclabel"
option to mounted filesystems to indicate that labeling is supported.
Don't let that break our tests.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2019-01-17 14:36:47 -05:00
Daniel J Walsh f39066fe1b Update packages to match latest code in moby/pkg
Had to vendor in a new version of golang.org/x/net to build
Also had to make some changes to drivers to handle
archive.Reader -> io.Reader
archive.Archive -> io.ReadCloser

Also update .gitingore to ignore emacs files, containers-storage.*
and generated man pages.

Also no longer test travis against golang 1.7, cri-o, moby have also
done this.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-12 18:00:29 +00:00