blob: 9e2fce2d24a791701d19ddaf1e845484ec81ad71 [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001#!/bin/sh
2
3ptestdir=$(dirname "$(readlink -f "$0")")
4cd tests
Andrew Geisslereff27472021-10-29 15:35:00 -05005# omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed
6for test in simple mansyntax.sh
Andrew Geissler90fd73c2021-03-05 15:25:55 -06007do
8 ./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test
9done