From 8d5ad676395cd1ade1b97547355705d2e48193f2 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 7 Feb 2024 13:34:01 +0100 Subject: [PATCH] Add forgotten -y Follow-up for 7d1bf64. --- integration/upstream-tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"