summary refs log tree commit diff
path: root/bin/cash/tests/builtins/wait2.0
blob: c6a93607b6bb94bd3819553c2471bd1bda7e30ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/wait2.0 208476 2010-05-23 22:10:20Z jilles $

failures=
failure() {
	echo "Error at line $1" >&2
	failures=x$failures
}

for i in 1 2 3 4 5 6 7 8 9 10; do
	exit $i &
done
wait || failure $LINENO
wait || failure $LINENO

test -z "$failures"
Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe