diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index cc7ea67fe..98851dc97 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -30,7 +30,7 @@ if [ ! -f $SCRIPT ]; then | |||
30 | echo "not a file: $SCRIPT" | 30 | echo "not a file: $SCRIPT" |
31 | exit 2 | 31 | exit 2 |
32 | fi | 32 | fi |
33 | if sh -n $SCRIPT; then | 33 | if $TEST_SHELL -n $SCRIPT; then |
34 | true | 34 | true |
35 | else | 35 | else |
36 | echo "syntax error in $SCRIPT" | 36 | echo "syntax error in $SCRIPT" |
@@ -185,7 +185,6 @@ Host * | |||
185 | ChallengeResponseAuthentication no | 185 | ChallengeResponseAuthentication no |
186 | HostbasedAuthentication no | 186 | HostbasedAuthentication no |
187 | PasswordAuthentication no | 187 | PasswordAuthentication no |
188 | RhostsAuthentication no | ||
189 | RhostsRSAAuthentication no | 188 | RhostsRSAAuthentication no |
190 | BatchMode yes | 189 | BatchMode yes |
191 | StrictHostKeyChecking yes | 190 | StrictHostKeyChecking yes |