]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-no-pty-tests.patch
- release 4 (by relup.sh)
[packages/openssh.git] / openssh-no-pty-tests.patch
CommitLineData
babeef58
JP
1diff -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.036126 seconds and 4 git commands to generate.