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
12ccb77b
Commit
12ccb77b
authored
Apr 28, 2006
by
Niels Möller
Browse files
New test. Test that lshd doesn't leak any fd:s to child processes.
Rev: src/testsuite/daemon-1-test:1.1
parent
8bd87449
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/daemon-1-test
0 → 100755
View file @
12ccb77b
#! /bin/sh
if
[
-z
"
$srcdir
"
]
;
then
srcdir
=
`
pwd
`
fi
.
$srcdir
/functions.sh
exec
17>&2
spawn_lshd
&&
exec_lsh
"if echo foo >&17 ; then exit 1 ; else exit 0; fi"
&&
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