]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical_and_fre...
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 20 May 2016 13:08:24 +0000 (16:08 +0300)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 May 2016 13:08:24 +0000 (15:08 +0200)
commitf942504e4f74c6d30d7b73cb602517e055f02152
tree6c171ba5c84f0da2b73079c8ff7ab6061c3901a2
parent188d3082037ddba12eae29188022d07216d4424e
basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical_and_freep in tests (#3292)

Some distros don't mount /tmp as tmpfs.
For example:
https://lists.ubuntu.com/archives/ubuntu-cloud/2016-January/001009.html

Some tests:
* print 'Attempted to remove disk file system, and we can't allow that.'
* don't really cleanup /tmp
src/basic/rm-rf.h
src/test/test-cgroup-mask.c
src/test/test-engine.c
src/test/test-path.c
src/test/test-sched-prio.c
src/test/test-unit-file.c