Simple series of capability tests to help verify if changing some
inheritable logic breaks things.  The test_cap.sh details the tests
we care about, and results expected.  The default_testcap.out file
is the results from the default system, before making changes to the
inheritable logic.

To run:
	make

To see how it's different from the default:
	make diffs | less
	(this just does diff -u default_testcap.out testcap.out)
