Skip to content

Commit

Permalink
test: Ensure mkcert executable in ftp tests (#5493)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored Jul 9, 2024
1 parent 0af459e commit 8a58270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration_tests/datasources/test_nocloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ def _boot_with_cmdline(
'wget "https://github.com/FiloSottile/mkcert/releases/'
"download/${latest_ver}/mkcert-"
'${latest_ver}-linux-amd64"'
" -O mkcert"
" -O mkcert && "
"chmod 755 mkcert"
).ok

# giddyup
Expand Down

0 comments on commit 8a58270

Please sign in to comment.