diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-12 19:35:25 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:06 +0200 |
commit | add8b3614847cacba66662ee701d0ce2f3e36802 (patch) | |
tree | da27f455d51d24364c9e03365c3cdbb8f3566f6e /ChangeLog | |
parent | c6922b6f7e3ed8c0d565f588df3bd4daf6635f2b (diff) | |
download | coreutils-add8b3614847cacba66662ee701d0ce2f3e36802.tar.xz |
Arrange for "make check-root" to run the new root-only test.
* tests/Makefile.am (t9): New target, to run tests/cp/cp-a-selinux.
(all_t): Add t9.
Use a directory on a loopback device mounted with -o context=...
* tests/cp/cp-a-selinux: Since this test now runs mount and umount,
it is a root-only one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -614,9 +614,17 @@ consistent, so this can be applied with patch -p0. Reported by Matthew Woehlke. + Arrange for "make check-root" to run the new root-only test. + * tests/Makefile.am (t9): New target, to run tests/cp/cp-a-selinux. + (all_t): Add t9. + * Makefile.maint (patch-check): Use patch with its -p2 option, since that makes this check slightly more strict. + Use a directory on a loopback device mounted with -o context=... + * tests/cp/cp-a-selinux: Since this test now runs mount and umount, + it is a root-only one. + 2007-01-29 Jim Meyering <jim@meyering.net> Plug a leak in ls. |