From caced73270d2e85ff7608b39a977a9c6d92a77df Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 5 Mar 2018 19:02:25 +0100 Subject: [PATCH] test: fix setup_suse() to make it work with an already populated root --- test/test-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-functions b/test/test-functions index 2ece55414a9..17e83ccf3ff 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1383,8 +1383,8 @@ inst_libdir_file() { } setup_suse() { - ln -s ../usr/bin/systemctl $initdir/bin/systemctl - ln -s ../usr/lib/systemd $initdir/lib/systemd + ln -fs ../usr/bin/systemctl $initdir/bin/ + ln -fs ../usr/lib/systemd $initdir/lib/ inst_simple "/usr/lib/systemd/system/haveged.service" } -- 2.47.3