]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-no-pty-tests.patch
try disabling tests that require pty
[packages/openssh.git] / openssh-no-pty-tests.patch
1 diff -urN openssh-8.1p1.orig/regress/key-options.sh openssh-8.1p1/regress/key-options.sh
2 --- openssh-8.1p1.orig/regress/key-options.sh   2019-10-09 02:31:03.000000000 +0200
3 +++ openssh-8.1p1/regress/key-options.sh        2019-10-17 17:00:24.947221081 +0200
4 @@ -59,10 +59,10 @@
5         fi
6  }
7  # First ensure that we can allocate a pty by default.
8 -expect_pty_succeed "default" ""
9 +#expect_pty_succeed "default" ""
10  expect_pty_fail "no-pty" "no-pty"
11  expect_pty_fail "restrict" "restrict"
12 -expect_pty_succeed "restrict,pty" "restrict,pty"
13 +#expect_pty_succeed "restrict,pty" "restrict,pty"
14  
15  # Test environment=
16  # XXX this can fail if ~/.ssh/environment exists for the user running the test
This page took 0.078619 seconds and 3 git commands to generate.