Skip to content

Commit 9b8407f

Browse files
committed
run-tests: dnf5 does not like double dash
1 parent 9be0825 commit 9b8407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install_rpm_deps () {
88
applications=(lvm2 python3-docutils python3-pyyaml python3-jinja2
99
python3-lxml btrfs-progs vim-common python3-coverage python3-inotify cryptsetup)
1010
rpm -q --quiet -- "${applications[@]}" ||
11-
sudo dnf -- install "${applications[@]}" ||
11+
sudo dnf install "${applications[@]}" ||
1212
: # we don’t actually care if this succeeds
1313
}
1414
if { command -pv rpm && command -pv dnf; }>/dev/null; then install_rpm_deps; fi

0 commit comments

Comments
 (0)