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
  ...
This commit is contained in:
Kay Sievers 2014-03-26 02:30:32 +01:00
parent 5870f79a0b
commit 0afee06b26
1 changed files with 1 additions and 1 deletions

View File

@ -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 \