#!/usr/bin/env bash

# OpenSSH will always complain about /run/sshd on the infra, even though it is
# explicitly created before each test. Disregard this error.
make -C debian/tests test-openssh 2> >(grep -v "Missing privilege separation directory: /run/sshd" >&2)
