]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix skipping in some tests
authorPádraig Brady <P@draigBrady.com>
Thu, 5 Jul 2018 00:46:07 +0000 (17:46 -0700)
committerPádraig Brady <P@draigBrady.com>
Thu, 5 Jul 2018 00:48:41 +0000 (17:48 -0700)
commit351ac1256b948ea90a2be9e7e54b47b05b517f4f
tree3da2b2947216010a9c4f5e2915ddcd382569433f
parent19ceb7b89e2b55e8e8eded6148adca95c0cf5cf7
tests: fix skipping in some tests

* tests/cp/cp-a-selinux.sh: Use 'skip_' rather than the probably
undefined 'skip'.
* tests/du/2g.sh: Likewise.
* tests/install/install-Z-selinux.sh: Likewise.
* tests/misc/chcon.sh: Likewise.
* tests/misc/selinux.sh: Likewise.
* tests/mkdir/restorecon.sh: Likewise.
* cfg.mk (sc_prohibit-skip): A new syntax check to catch the issue.
cfg.mk
tests/cp/cp-a-selinux.sh
tests/du/2g.sh
tests/install/install-Z-selinux.sh
tests/misc/chcon.sh
tests/misc/selinux.sh
tests/mkdir/restorecon.sh