Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Ruderich
passt-mac
Commits
6d0c52b6
Commit
6d0c52b6
authored
Jul 20, 2016
by
Simon Ruderich
Browse files
slsm: t: add test for /dev/fd pipe support
parent
491a0a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
security/slsm/t/slsm-tests.sh
View file @
6d0c52b6
...
...
@@ -458,4 +458,9 @@ test_expect_success 'example mpv setup' "
test_must_fail
$PERL
-e 'system(
\"
/usr/bin/head /tmp/slsm/home/user/private
\"
) == 0 or exit 1'
"
test_expect_success
'/dev/fd/ pipe support'
'
test_when_finished cleanup && setup &&
bash -c "while read line; do :; done < <(echo hi)"
'
test_done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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