Skip to content

Commit

Permalink
Merge pull request #5765 from Luap99/test-names
Browse files Browse the repository at this point in the history
tests: add quotes to names
  • Loading branch information
openshift-merge-bot[bot] authored Oct 2, 2024
2 parents a518f88 + c7dd90d commit b93b1df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/add.bats
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ stuff/mystuff"
expect_output --substring "checksum flag is not supported for local sources"
}

@test add-https-retry-ca {
@test "add https retry ca" {
createrandom ${TEST_SCRATCH_DIR}/randomfile
mkdir -p ${TEST_SCRATCH_DIR}/private
starthttpd ${TEST_SCRATCH_DIR} "" ${TEST_SCRATCH_DIR}/localhost.crt ${TEST_SCRATCH_DIR}/private/localhost.key
Expand Down
2 changes: 1 addition & 1 deletion tests/bud.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6905,7 +6905,7 @@ _EOF
expect_output --substring "\-\-platform=$platform"
}

@test build-add-https-retry-ca {
@test "build add https retry ca" {
createrandom ${TEST_SCRATCH_DIR}/randomfile
mkdir -p ${TEST_SCRATCH_DIR}/private
starthttpd ${TEST_SCRATCH_DIR} "" ${TEST_SCRATCH_DIR}/localhost.crt ${TEST_SCRATCH_DIR}/private/localhost.key
Expand Down
2 changes: 1 addition & 1 deletion tests/chroot.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

load helpers

@test chroot-mount-flags {
@test "chroot mount flags" {
skip_if_no_unshare
if ! test -e /etc/subuid ; then
skip "we can't bind mount over /etc/subuid during the test if there is no /etc/subuid file"
Expand Down

1 comment on commit b93b1df

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.