diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/agent-getpeereid.sh | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -19,6 +19,7 @@ | |||
19 | backslash characters in filenames, enable it for Cygwin and use it to turn | 19 | backslash characters in filenames, enable it for Cygwin and use it to turn |
20 | of tests for quotes backslashes in sftp-glob.sh. | 20 | of tests for quotes backslashes in sftp-glob.sh. |
21 | based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@ | 21 | based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@ |
22 | - (tim) [regress/agent-getpeereid.sh] shell portability fix. | ||
22 | 23 | ||
23 | 20110116 | 24 | 20110116 |
24 | - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based | 25 | - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based |
diff --git a/regress/agent-getpeereid.sh b/regress/agent-getpeereid.sh index f5f5ba55a..faf654c04 100644 --- a/regress/agent-getpeereid.sh +++ b/regress/agent-getpeereid.sh | |||
@@ -7,7 +7,9 @@ UNPRIV=nobody | |||
7 | ASOCK=${OBJ}/agent | 7 | ASOCK=${OBJ}/agent |
8 | SSH_AUTH_SOCK=/nonexistent | 8 | SSH_AUTH_SOCK=/nonexistent |
9 | 9 | ||
10 | if ! config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then | 10 | if config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then |
11 | : | ||
12 | else | ||
11 | echo "skipped (not supported on this platform)" | 13 | echo "skipped (not supported on this platform)" |
12 | exit 0 | 14 | exit 0 |
13 | fi | 15 | fi |