diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/test-exec.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ | |||
21 | remove exit from end of test since it prevents reporting failure | 21 | remove exit from end of test since it prevents reporting failure |
22 | - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh] | 22 | - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh] |
23 | Move cygwin detection to test-exec and use to skip reexec test on cygwin. | 23 | Move cygwin detection to test-exec and use to skip reexec test on cygwin. |
24 | - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k. | ||
24 | 25 | ||
25 | 20120629 | 26 | 20120629 |
26 | - OpenBSD CVS Sync | 27 | - OpenBSD CVS Sync |
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 514fffb16..bdc2c1a49 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -12,7 +12,7 @@ OSF1*) | |||
12 | BIN_SH=xpg4 | 12 | BIN_SH=xpg4 |
13 | export BIN_SH | 13 | export BIN_SH |
14 | ;; | 14 | ;; |
15 | CYGWIN_5.0) | 15 | CYGWIN_NT-5.0) |
16 | os=cygwin | 16 | os=cygwin |
17 | TEST_SSH_IPV6=no | 17 | TEST_SSH_IPV6=no |
18 | ;; | 18 | ;; |