Skip to content

Commit

Permalink
revert update from convert to magick in expect script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Dec 19, 2024
1 parent d82ad30 commit 3c494bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/expect_scripts/file-upload-form.exp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spawn $env(EXAMPLES_DIR)file-upload-form

expect "Listening on <http://127.0.0.1:8000>\r\n" {

exec magick -size 100x100 xc:red red_test_image.png
exec convert -size 100x100 xc:red red_test_image.png

set script_dir [file dirname [info script]]

Expand Down

0 comments on commit 3c494bd

Please sign in to comment.