Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | ptestdir=$(dirname "$(readlink -f "$0")") | ||||
4 | cd tests | ||||
5 | for test in simple ssh2.sh mansyntax.sh | ||||
6 | do | ||||
7 | ./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test | ||||
8 | done |