diff --git a/tests/example b/tests/example index 9dba114..b3b7740 100755 --- a/tests/example +++ b/tests/example @@ -28,6 +28,9 @@ while ! [ -f "ssh" ]; do echo 1>&2 "waiting for boot..." done +./ssh -- doas rcctl check nginx +./ssh -- doas rcctl configtest nginx + HTTP=http://localhost:8000 echo 1>&2 "testing $HTTP"