]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test/test-functions: fix typo in install_suse_systemd()
authorThomas Blume <Thomas.Blume@suse.com>
Tue, 4 Apr 2023 13:13:13 +0000 (15:13 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 4 Apr 2023 19:39:11 +0000 (20:39 +0100)
test/test-functions

index bc72ba43fef9b3d0beb61275338f7c736c515b51..de553afb5058a66d6280a1716eb6b7ebf7cba79e 100644 (file)
@@ -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