opnsense-src/bin/sh/tests/execution/bg7.0
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

4 lines
170 B
Text

# The redirection does not apply to the background command, and therefore
# does not override the implicit </dev/null.
echo bad | ${SH} -c '</dev/null; { cat & wait; }'