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
argo
cuttr
Commits
e56443e6
Commit
e56443e6
authored
Sep 27, 2018
by
Alexis Janon
Browse files
fixed fork_exec and spawn tests after change interface in
15b57d3b
parent
15b57d3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/transaction/hl/fork_exec.rs
View file @
e56443e6
...
...
@@ -147,8 +147,6 @@ mod tests {
"true"
,
&
None
,
&
None
,
&
None
,
&
None
,
Rc
::
clone
(
&
rc_controllers
),
);
// Test
...
...
src/transaction/hl/spawn.rs
View file @
e56443e6
...
...
@@ -121,8 +121,6 @@ mod tests {
"touch"
,
&
Some
(
vec!
[
touch_args
.clone
()]),
&
None
,
&
None
,
&
None
,
None
,
&
None
,
Rc
::
clone
(
&
rc_controllers
),
...
...
@@ -176,8 +174,6 @@ mod tests {
""
,
&
None
,
&
None
,
&
None
,
&
None
,
None
,
&
None
,
Rc
::
clone
(
&
rc_controllers
),
...
...
Write
Preview
Markdown
is supported
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