mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
test/test-functions: fix typo in install_suse_systemd()
This commit is contained in:
parent
45ed795f41
commit
d6d0661631
@ -1186,7 +1186,7 @@ install_suse_systemd() {
|
||||
ddebug "Install files from package $p"
|
||||
while read -r f; do
|
||||
[ -e "$f" ] || continue
|
||||
[ ! -L "$file" ] && [ -d "$file" ] && continue
|
||||
[ ! -L "$f" ] && [ -d "$f" ] && continue
|
||||
inst "$f"
|
||||
done < <(rpm -ql "$p")
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user