summaryrefslogtreecommitdiff
path: root/src/test/test-cgroup-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-09-11 13:41:09 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-09-13 17:02:58 +0900
commita2917d3d2a3ce926f74b63aa60a47f838a8e1f83 (patch)
treee9695c9d2f937a3c660fda84fa6aa92991e7fcc1 /src/test/test-cgroup-util.c
parent474a595af7544a670de70e1eb873bcee1bb00044 (diff)
downloadsystemd-a2917d3d2a3ce926f74b63aa60a47f838a8e1f83.tar.gz
test: replace swear words by 'hoge'
Diffstat (limited to 'src/test/test-cgroup-util.c')
-rw-r--r--src/test/test-cgroup-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-cgroup-util.c b/src/test/test-cgroup-util.c
index d49356315e..081ef1be63 100644
--- a/src/test/test-cgroup-util.c
+++ b/src/test/test-cgroup-util.c
@@ -296,7 +296,7 @@ static void test_shift_path(void) {
test_shift_path_one("/foobar/waldo", "/", "/foobar/waldo");
test_shift_path_one("/foobar/waldo", "", "/foobar/waldo");
test_shift_path_one("/foobar/waldo", "/foobar", "/waldo");
- test_shift_path_one("/foobar/waldo", "/fuckfuck", "/foobar/waldo");
+ test_shift_path_one("/foobar/waldo", "/hogehoge", "/foobar/waldo");
}
static void test_mask_supported(void) {