aboutsummaryrefslogtreecommitdiffstats
path: root/tests/include.sh
blob: 70525855b13549f7500cb2c3a1ec3ae58a7ca385 (plain) (blame)
1
2
3
4
5
6
7
assert() {
	if source /dev/stdin; then
		echo "PASS: $1" >&2
	else
		echo "FAIL: $1" >&2
	fi
}