Searched hist:216851 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/bin/sh/tests/errors/
H A Dredirection-error7.0216851 Fri Dec 31 16:35:42 MST 2010 jilles sh: Check if dup2 for redirection from/to a file succeeds.

A failure (e.g. caused by ulimit -n being set very low) is a redirection
error.

Example:
ulimit -n 9; exec 9<.
/freebsd-10.1-release/bin/sh/
H A Dredir.cdiff 216851 Fri Dec 31 16:35:42 MST 2010 jilles sh: Check if dup2 for redirection from/to a file succeeds.

A failure (e.g. caused by ulimit -n being set very low) is a redirection
error.

Example:
ulimit -n 9; exec 9<.

Completed in 163 milliseconds