mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 19:32:09 +00:00
- (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k.
This commit is contained in:
parent
ec1e15d51a
commit
6ea5dc6bb8
@ -21,6 +21,7 @@
|
||||
remove exit from end of test since it prevents reporting failure
|
||||
- (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh]
|
||||
Move cygwin detection to test-exec and use to skip reexec test on cygwin.
|
||||
- (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k.
|
||||
|
||||
20120629
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -12,7 +12,7 @@ OSF1*)
|
||||
BIN_SH=xpg4
|
||||
export BIN_SH
|
||||
;;
|
||||
CYGWIN_5.0)
|
||||
CYGWIN_NT-5.0)
|
||||
os=cygwin
|
||||
TEST_SSH_IPV6=no
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user