mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test/test-functions: fix typo in install_suse_systemd()
This commit is contained in:
committed by
Luca Boccassi
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
|
||||
|
||||
Reference in New Issue
Block a user