summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 347cccec1..4e53449be 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -7,6 +7,13 @@
7_POSIX2_VERSION=199209 7_POSIX2_VERSION=199209
8export _POSIX2_VERSION 8export _POSIX2_VERSION
9 9
10case `uname -s 2>/dev/null` in
11OSF1*)
12 BIN_SH=xpg4
13 export BIN_SH
14 ;;
15esac
16
10if [ ! -z "$TEST_SSH_PORT" ]; then 17if [ ! -z "$TEST_SSH_PORT" ]; then
11 PORT="$TEST_SSH_PORT" 18 PORT="$TEST_SSH_PORT"
12else 19else