diff options
author | Kay Sievers <kay@vrfy.org> | 2014-03-26 02:30:32 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-03-26 02:54:34 +0100 |
commit | 0afee06b26b14d3394733eff74522bda1ccdcef1 (patch) | |
tree | d054af00c7f63416c4edd2769d0dd1916f96dc3c /Makefile.am | |
parent | 5870f79a0bb7d891b1cdb20043816aa2a21c0425 (diff) |
build-sys: disable test-cgroup-mask, it mangles valid user data in /run/user/$UID/
$ ./test-cgroup-mask
...
rmdir("/run/user/2702/systemd/generator") = 0
open("/run/user/2702/systemd/generator.late", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=3200, ...}) = 0
fcntl(5, F_GETFL) = 0x78800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME)
fcntl(5, F_SETFD, FD_CLOEXEC) = 0
getdents(5, /* 160 entries */, 32768) = 10072
unlinkat(5, "org.gnome.Weather.Application.busname", 0) = 0
unlinkat(5, "dbus-org.gnome.Weather.Application.service", 0) = 0
...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index abef51779d..a2ff014c62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1172,6 +1172,7 @@ manual_tests += \ test-hostname \ test-daemon \ test-cgroup \ + test-cgroup-mask \ test-install \ test-watchdog \ test-log \ @@ -1199,7 +1200,6 @@ tests += \ test-calendarspec \ test-strip-tab-ansi \ test-cgroup-util \ - test-cgroup-mask \ test-prioq \ test-fileio \ test-time \ |