#!/bin/sh . $(dirname $0)/../test_library start() { ../../src/stunnel -fd 0 < "error.log" test_log_for "114_failure_PSK_secrets" "failure" "$1" 2>> "stderr.log" exit $? else exit_logs "114_failure_PSK_secrets" "skipped" "error" exit 125 fi