Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
fceaa3b8
Commit
fceaa3b8
authored
Jun 20, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/client.c:1.117 Rev: src/testsuite/lshg-cat-2-test:1.2
parent
58ceb463
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
fceaa3b8
...
...
@@ -934,6 +934,8 @@ client_argp_parser(int key, char *arg, struct argp_state *state)
if
(
options
->
escape
<
0
)
{
/* FIXME: This check is wrong. We should test whether or not
* stdin is a tty. */
/* Default behaviour */
if
(
options
->
tty
&&
INTERACT_IS_TTY
(
options
->
tty
))
options
->
escape
=
DEFAULT_ESCAPE_CHAR
;
...
...
src/testsuite/lshg-cat-2-test
View file @
fceaa3b8
...
...
@@ -17,6 +17,6 @@ fi
spawn_lshd
&&
spawn_lsh
-G
&&
sleep
20
&&
cat
../lshd | exec_lshg
cat
">"
"
`
pwd
`
/test.out1"
cat
../lshd
>
test.out2
compare_output
"lsh-cat-2-test"
compare_output
"lsh
g
-cat-2-test"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment