File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lando exec defaults -- nginx -v 2>&1 | grep 1.20.2
2626lando exec defaults -- curl http://localhost | grep ROOTDIR
2727
2828# Should only serve over http by default
29- lando exec defaults -- curl https://localhost" || echo $? | grep 7
29+ lando exec defaults -- curl https://localhost || echo $? | grep 7
3030```
3131
3232## Destroy tests
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lando exec defaults -- nginx -v 2>&1 | grep 1.27.7
2626lando exec defaults -- curl -s http://localhost | grep ROOTDIR
2727
2828# Should only serve over http by default
29- lando exec defaults -- curl -s --write-out \ " %{exitcode}\ " https://localhost | grep 7
29+ lando exec defaults -- curl -s --write-out " %{exitcode}" https://localhost | grep 7
3030```
3131
3232## Destroy tests
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lando exec defaults -- nginx -v 2>&1 | grep 1.28.0
2626lando exec defaults -- curl -s http://localhost | grep ROOTDIR
2727
2828# Should only serve over http by default
29- lando exec defaults -- curl -s --write-out \ " %{exitcode}\ " https://localhost | grep 7
29+ lando exec defaults -- curl -s --write-out " %{exitcode}" https://localhost | grep 7
3030```
3131
3232## Destroy tests
You can’t perform that action at this time.
0 commit comments