diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index ca7d087..748087b 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -55,7 +55,7 @@ fi TMPDIR="$(mktemp -d)" pushd "$TMPDIR" koji download-build --arch x86_64 --arch noarch util-linux-2.39.3-4.fc40 -dnf downgrade ./*.rpm +dnf -y downgrade ./*.rpm popd rm -rf "$TMPDIR"