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
716df506
Commit
716df506
authored
Feb 16, 2009
by
Niels Möller
Browse files
Use $XMODMAP.
Rev: src/testsuite/x11-5-test:1.3
parent
3d50e9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/x11-5-test
View file @
716df506
...
...
@@ -16,8 +16,8 @@ need_xvfb
spawn_xvfb
\
&&
spawn_lshd
\
&&
spawn_lsh
--start-gateway
\
&&
(
DISPLAY
=
$TEST_DISPLAY
LSHG_FLAGS
=
"
$LSHG_FLAGS
--x11"
exec_lshg
xmodmap
>
/dev/null
)
\
&&
if
exec_lshg
xmodmap
>
/dev/null
;
then
false
;
else
test_success
;
fi
&&
(
DISPLAY
=
$TEST_DISPLAY
LSHG_FLAGS
=
"
$LSHG_FLAGS
--x11"
exec_lshg
$XMODMAP
>
/dev/null
)
\
&&
if
exec_lshg
$XMODMAP
>
/dev/null
;
then
false
;
else
test_success
;
fi
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