From f49ee24f7d91ed163a933ab46075e9a710349131 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 13 May 2019 11:18:59 -0400 Subject: [PATCH] Fix OpenBSD sanity check --- images/openbsd/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openbsd/functions b/images/openbsd/functions index ffc67e7..0ea9d9b 100644 --- a/images/openbsd/functions +++ b/images/openbsd/functions @@ -29,7 +29,7 @@ sanity_check() { echo "Testing doas..." guest_ssh -p 8022 build@localhost doas ls -a echo "Testing networking..." - guest_ssh -p 8022 build@localhost ftp -o https://example.org + guest_ssh -p 8022 build@localhost ftp -o- https://example.org echo "Testing pkg_add..." guest_ssh -p 8022 build@localhost doas pkg_add htop echo "Testing git..." -- 2.38.5