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.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index a57e46e59..4f10c2ba1 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -3,6 +3,10 @@
3 3
4#SUDO=sudo 4#SUDO=sudo
5 5
6# Unbreak GNU head(1)
7_POSIX2_VERSION=199209
8export _POSIX2_VERSION
9
6if [ ! -z "$TEST_SSH_PORT" ]; then 10if [ ! -z "$TEST_SSH_PORT" ]; then
7 PORT="$TEST_SSH_PORT" 11 PORT="$TEST_SSH_PORT"
8else 12else