From: Thomas Blume Date: Tue, 4 Apr 2023 13:13:13 +0000 (+0200) Subject: test/test-functions: fix typo in install_suse_systemd() X-Git-Tag: v254-rc1~809 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d06616319ef41ae2f6fcc4812764de2295cd7e;p=thirdparty%2Fsystemd.git test/test-functions: fix typo in install_suse_systemd() --- diff --git a/test/test-functions b/test/test-functions index bc72ba43fef..de553afb505 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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