summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/errors/redirection-error7.0
blob: 5b20f04beb83d6f8a941b9bfde44067fa437ec96 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

! dummy=$(
	exec 3>&1 >&2 2>&3
	ulimit -n 9
	exec 9<.
) && [ -n "$dummy" ]
OpenPOWER on IntegriCloud