~comcloudway/builds.sr.ht

f49ee24f7d91ed163a933ab46075e9a710349131 — Drew DeVault 5 years ago 35ff093
Fix OpenBSD sanity check
1 files changed, 1 insertions(+), 1 deletions(-)

M images/openbsd/functions
M images/openbsd/functions => images/openbsd/functions +1 -1
@@ 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..."