tests/basic: Skip --no-xattrs if we have selinux
authorColin Walters <walters@verbum.org>
Thu, 26 Aug 2021 16:47:00 +0000 (12:47 -0400)
committerLuca BRUNO <luca.bruno@coreos.com>
Mon, 6 Sep 2021 07:41:01 +0000 (07:41 +0000)
commit9f5b636990d9a1fb0fc43cedcd96412c515fb679
treeff21c979ccc5bac2897265aa77d3977ae12566ea
parent27fcee861acb9fb1c517db684626ede30f560872
tests/basic: Skip --no-xattrs if we have selinux

It cannot work to use `--no-xattrs` when SELinux is enabled
because we get a `security.selinux` attribute on created files
regardless.  So just skip this test if true.

Also add some `ostree fsck`s in here which helped me debug
this.
tests/basic-test.sh