- (tim) [regress/agent-getpeereid.sh] shell portability fix.
This commit is contained in:
parent
58497780ab
commit
6dfcd34042
|
@ -19,6 +19,7 @@
|
|||
backslash characters in filenames, enable it for Cygwin and use it to turn
|
||||
of tests for quotes backslashes in sftp-glob.sh.
|
||||
based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
|
||||
- (tim) [regress/agent-getpeereid.sh] shell portability fix.
|
||||
|
||||
20110116
|
||||
- (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based
|
||||
|
|
|
@ -7,7 +7,9 @@ UNPRIV=nobody
|
|||
ASOCK=${OBJ}/agent
|
||||
SSH_AUTH_SOCK=/nonexistent
|
||||
|
||||
if ! config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then
|
||||
if config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then
|
||||
:
|
||||
else
|
||||
echo "skipped (not supported on this platform)"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue