Skip to content

Commit

Permalink
[Truffle] Untag passing spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 27, 2016
1 parent f4e638a commit b4f8171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/spawn_tags.txt
Expand Up @@ -120,4 +120,3 @@ slow:Kernel.spawn uses the current umask by default
slow:Kernel.spawn when passed close_others: false closes file descriptors >= 3 in the child process because they are set close_on_exec by default
slow:Kernel.spawn when passed close_others: false does not close file descriptors >= 3 in the child process if fds are set close_on_exec=false
slow:Kernel#spawn with Integer option keys maps the key to a file descriptor in the child that inherits the file descriptor from the parent specified by the value
fails:Kernel#spawn does not unset environment variables included in the environment hash

0 comments on commit b4f8171

Please sign in to comment.