diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/test-exec.sh | 4 |
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 | ||
8 | export _POSIX2_VERSION | ||
9 | |||
6 | if [ ! -z "$TEST_SSH_PORT" ]; then | 10 | if [ ! -z "$TEST_SSH_PORT" ]; then |
7 | PORT="$TEST_SSH_PORT" | 11 | PORT="$TEST_SSH_PORT" |
8 | else | 12 | else |