Skip to content

Commit

Permalink
tests: Fix home path for Fedora bootc test image
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Oct 4, 2024
1 parent 3139d47 commit ed3060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare -A TEST_IMAGES_DEFAULT_USER_HOME
TEST_IMAGES_DEFAULT_USER_HOME=(
[fedora]=/home/fedora
[coreos]=/var/home/core
[fedora-bootc]=/var/home/cloud-user
[fedora-bootc]=/var/home/fedora
)

__bad_usage() {
Expand Down

0 comments on commit ed3060d

Please sign in to comment.