Skip to content

Commit

Permalink
test: fix setup_suse() to make it work with an already populated root
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuihuu committed Mar 5, 2018
1 parent 936f6bd commit caced73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-functions
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit caced73

Please sign in to comment.