diff --git a/examples/1.16/README.md b/examples/1.16/README.md index bfac4c9..d457c26 100644 --- a/examples/1.16/README.md +++ b/examples/1.16/README.md @@ -32,7 +32,7 @@ lando ssh -s patch -c "nginx -v 2>&1 | grep 1.16.1" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.17/README.md b/examples/1.17/README.md index 46c8de6..82f1976 100644 --- a/examples/1.17/README.md +++ b/examples/1.17/README.md @@ -32,7 +32,7 @@ lando ssh -s patch -c "nginx -v 2>&1 | grep 1.17.10" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.18/README.md b/examples/1.18/README.md index 529f052..3f1dc99 100644 --- a/examples/1.18/README.md +++ b/examples/1.18/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.18" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.19/README.md b/examples/1.19/README.md index fa55702..da56751 100644 --- a/examples/1.19/README.md +++ b/examples/1.19/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.19" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.20/README.md b/examples/1.20/README.md index a3db7f0..606e876 100644 --- a/examples/1.20/README.md +++ b/examples/1.20/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.20" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.21/README.md b/examples/1.21/README.md index 4722270..00dbd05 100644 --- a/examples/1.21/README.md +++ b/examples/1.21/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.21" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.22/README.md b/examples/1.22/README.md index 8d38c4f..72be643 100644 --- a/examples/1.22/README.md +++ b/examples/1.22/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.22" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.23/README.md b/examples/1.23/README.md index f323635..921a956 100644 --- a/examples/1.23/README.md +++ b/examples/1.23/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.23" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.24/README.md b/examples/1.24/README.md index 74cde45..8b45ca0 100644 --- a/examples/1.24/README.md +++ b/examples/1.24/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.24" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests diff --git a/examples/1.25/README.md b/examples/1.25/README.md index f38acf7..5b575a0 100644 --- a/examples/1.25/README.md +++ b/examples/1.25/README.md @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.25" lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR" # Should only serve over http by default -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 ``` Destroy tests