From a2e31ecc2bfa63860bb2d160bf95d766d402e8c8 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 14 Oct 2021 18:08:14 -0700 Subject: [PATCH] Update helloworld test release version to current Signed-off-by: William Douglas --- bat/tests/create-mix-with-custom-content/run.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bat/tests/create-mix-with-custom-content/run.bats b/bat/tests/create-mix-with-custom-content/run.bats index b5e6306..feab818 100755 --- a/bat/tests/create-mix-with-custom-content/run.bats +++ b/bat/tests/create-mix-with-custom-content/run.bats @@ -29,8 +29,8 @@ setup() { mkdir -p $BATS_TEST_DIRNAME/custom-yum/sub-dir # download the helloworld rpm, rename it to a non-autospec convention and place it within the repo sub directory - curl --retry 4 --retry-delay 10 --fail --silent --show-error --location --remote-name https://download.clearlinux.org/current/x86_64/os/Packages/helloworld-4-148.x86_64.rpm - mv helloworld-4-148.x86_64.rpm $BATS_TEST_DIRNAME/custom-yum/sub-dir/foo.rpm + curl --retry 4 --retry-delay 10 --fail --silent --show-error --location --remote-name https://download.clearlinux.org/releases/35110/clear/x86_64/os/Packages/helloworld-4-167.x86_64.rpm + mv helloworld-4-167.x86_64.rpm $BATS_TEST_DIRNAME/custom-yum/sub-dir/foo.rpm # create the repo createrepo_c $BATS_TEST_DIRNAME/custom-yum/