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/