Skip to content

Commit

Permalink
test: Change bom test to contain spaces
Browse files Browse the repository at this point in the history
The bom test case previously had Author of 'bom-test',
which was not realiastic and was intentional to avoid
exposing the bug with spaces.

Signed-off-by: Scott Moser <smoser@brickies.net>
  • Loading branch information
Scott Moser authored and smoser committed Aug 22, 2023
1 parent 652ca02 commit 42c1b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bom.bats
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ bom-parent:
/etc/sysconfig/sshd-permitrootlogin /root/anaconda-* /root/original-* /run/nologin \
/var/lib/rpm/.rpm.lock /etc/.pwd.lock /etc/BUILDTIME
annotations:
org.opencontainers.image.authors: bom-test
org.opencontainers.image.vendor: bom-test
org.opencontainers.image.authors: "Alice P. Programmer"
org.opencontainers.image.vendor: "ACME Widgets & Trinkets Inc."
org.opencontainers.image.licenses: MIT
EOF
stacker build
Expand Down

0 comments on commit 42c1b73

Please sign in to comment.