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
f33dd67f
Commit
f33dd67f
authored
Nov 27, 2008
by
Niels Möller
Browse files
Set $DISPLAY and $LSH_FLAGS at top-level, not just locally for
exec_lsh function. Rev: src/testsuite/x11-1-test:1.4
parent
a98991c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/x11-1-test
View file @
f33dd67f
...
...
@@ -12,6 +12,8 @@ check_x11_support
# For this test, it doesn't matter at all if we have an X-server listening
# FIXME: lshd should require the --x11-forward option
spawn_lshd
&&
DISPLAY
=
:47
LSH_FLAGS
=
"
$LSH_FLAGS
--x11"
exec_lsh
'test -n "$DISPLAY"'
&&
test_success
LSH_FLAGS
=
"
$LSH_FLAGS
--x11"
DISPLAY
=
:47
spawn_lshd
&&
exec_lsh
'test -n "$DISPLAY"'
&&
test_success
test_done
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